summaryrefslogtreecommitdiff
path: root/src/libfaad/Makefile.am
AgeCommit message (Collapse)Author
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
Some plugins may have been missed due to them not being built here.
2007-04-04Rename xine_decoder.c to xine_faad_decoder.c.Diego 'Flameeyes' Pettenò
Use xineplug_LTLIBRARIES. --HG-- rename : src/libfaad/xine_decoder.c => src/libfaad/xine_faad_decoder.c
2006-12-25The faad decoding plugin uses math functions, link it to libm.Diego 'Flameeyes' Pettenò
CVS patchset: 8450 CVS date: 2006/12/25 18:38:15
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ↵Diego 'Flameeyes' Pettenò
(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
2006-06-17Fix strict aliasing rules breakages where possible, enable ↵Diego 'Flameeyes' Pettenò
-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
2006-06-03Use the actually-implemented interface instead of the out-of-date faad.h.Darren Salt
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
2005-10-30distribute the correct set of files when building releasesMike Melanson
CVS patchset: 7781 CVS date: 2005/10/30 00:52:15
2005-10-29update libfaad2 to CVS snapshot 2004-09-15Mike Melanson
CVS patchset: 7777 CVS date: 2005/10/29 23:57:06
2003-12-30- update to libfaad 2.0 rc3Miguel Freitas
- some fixes to xine_decoder.c CVS patchset: 5959 CVS date: 2003/12/30 02:00:10
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
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
2002-12-16updated libfaadMiguel Freitas
CVS patchset: 3560 CVS date: 2002/12/16 18:59:50
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
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
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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
2002-08-09sync with faad2 cvs (no more fftw dependency)Miguel Freitas
CVS patchset: 2420 CVS date: 2002/08/09 22:36:36
2002-07-21faad build can be optional.Daniel Caujolle-Bert
CVS patchset: 2332 CVS date: 2002/07/21 01:36:41
2002-07-19trying to fix missing files from make distMiguel Freitas
CVS patchset: 2322 CVS date: 2002/07/19 22:22:05
2002-07-19missing headersMiguel Freitas
CVS patchset: 2321 CVS date: 2002/07/19 19:25:24
2002-07-17Use abolute VPATH, so that the sources in the codebook subdirectory can be ↵Juergen Keil
found when we compile in separate source/object hierarchies. CVS patchset: 2298 CVS date: 2002/07/17 12:27:43
2002-07-16Fix unresolved symbols and replace duplicate code in video output pluginsEwald Snel
CVS patchset: 2295 CVS date: 2002/07/16 19:33:36
2002-07-14merge FAAD2 - the GPL AAC decoder library.Miguel Freitas
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