Age | Commit message (Collapse) | Author |
|
|
|
Some plugins may have been missed due to them not being built here.
|
|
Use xineplug_LTLIBRARIES.
--HG--
rename : src/libfaad/xine_decoder.c => src/libfaad/xine_faad_decoder.c
|
|
CVS patchset: 8450
CVS date: 2006/12/25 18:38:15
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances).
CVS patchset: 8048
CVS date: 2006/06/17 15:20:56
|
|
This fixes various problems on 64-bit systems to do with the different size
of long ints and pointer types.
If this is not already upstream, it should be pushed upstream.
(Patch from Gentoo.)
CVS patchset: 8012
CVS date: 2006/06/03 12:36:52
|
|
CVS patchset: 7781
CVS date: 2005/10/30 00:52:15
|
|
CVS patchset: 7777
CVS date: 2005/10/29 23:57:06
|
|
- some fixes to xine_decoder.c
CVS patchset: 5959
CVS date: 2003/12/30 02:00:10
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
CVS patchset: 3560
CVS date: 2002/12/16 18:59:50
|
|
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.
CVS patchset: 3331
CVS date: 2002/11/22 05:25:14
|
|
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
CVS patchset: 2420
CVS date: 2002/08/09 22:36:36
|
|
CVS patchset: 2332
CVS date: 2002/07/21 01:36:41
|
|
CVS patchset: 2322
CVS date: 2002/07/19 22:22:05
|
|
CVS patchset: 2321
CVS date: 2002/07/19 19:25:24
|
|
found when
we compile in separate source/object hierarchies.
CVS patchset: 2298
CVS date: 2002/07/17 12:27:43
|
|
CVS patchset: 2295
CVS date: 2002/07/16 19:33:36
|
|
xine_decoder.c is working, but demux_qt must send some needed
initialization data. currently it's hardcoded to play my test stream, so
it's not usable yet.
CVS patchset: 2267
CVS date: 2002/07/14 23:43:01
|