summaryrefslogtreecommitdiff
path: root/m4/decoders.m4
AgeCommit message (Collapse)Author
2007-11-25Port nsf plugin build-disabling option to 1.2.Darren Salt
2007-11-03Allow external libfaad.Darren Salt
2007-06-14Fix the fixes to disable mlib, thanks Matt.Diego 'Flameeyes' Pettenò
2007-06-14Also disable mediaLib support here.Diego 'Flameeyes' Pettenò
2007-05-31Move liba52/a52dec sources inside contrib/a52dec.Diego 'Flameeyes' Pettenò
--HG-- rename : src/liba52/a52.h => contrib/a52dec/a52.h rename : src/liba52/a52_internal.h => contrib/a52dec/a52_internal.h rename : src/liba52/bit_allocate.c => contrib/a52dec/bit_allocate.c rename : src/liba52/bitstream.c => contrib/a52dec/bitstream.c rename : src/liba52/bitstream.h => contrib/a52dec/bitstream.h rename : src/liba52/crc.c => contrib/a52dec/crc.c rename : src/liba52/diff_against_release.patch => contrib/a52dec/diff_against_release.patch rename : src/liba52/downmix.c => contrib/a52dec/downmix.c rename : src/liba52/imdct.c => contrib/a52dec/imdct.c rename : src/liba52/parse.c => contrib/a52dec/parse.c rename : src/liba52/tables.h => contrib/a52dec/tables.h
2007-05-31Replace libmad with a pristine copy of 0.15.1b, and move it into contrib/.Diego 'Flameeyes' Pettenò
2007-05-31Move modplug demuxing on its own plugin.Diego 'Flameeyes' Pettenò
This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug.
2007-05-17Mac OS X universal binary build cleanupsMatt Messier
2007-05-14Final pass over decoders.m4Matt Messier
2007-05-12Fix the sense of a check for with_external_libmadMatt Messier
2007-05-12Fix stupid typos: instances of $" should be "$Matt Messier
2007-05-12More configure/Makefile cleanupsMatt Messier
-- Make a pass at cleaning up contrib/ Makefile.am files -- Rename many AM_CONDITIONALS for consistency and give them better names to better indicate what they mean -- Remove some dead input plugin tests -- Clean up AM_PATH_DVDNAV
2007-05-11Cleanup, fix, and generally rework assembler configure checksMatt Messier
2007-05-10Uncomment libFLAC tests accidentally left commented outMatt Messier
2007-05-09Clean up decoder/demuxer configuration checksMatt Messier
2007-05-09Move decoder/demuxer checks from configure.ac to decoders.m4Matt Messier