aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.Diego Biurrun2006-07-151-2/+0
* Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.Víctor Paesa2006-07-151-0/+6
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-151-0/+5
* Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdirDiego Biurrun2006-07-151-24/+25
* set defaults before showing helpMåns Rullgård2006-07-151-4/+4
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-141-0/+3
* 10l: the ${prefix} variable should not be expanded when setting path defaults.Diego Biurrun2006-07-141-4/+4
* Simplify the setting of some defaults.Diego Biurrun2006-07-131-20/+4
* Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,Guillaume Poirier2006-07-131-1/+1
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-121-8/+8
* static libvorbis needs -loggMåns Rullgård2006-07-121-1/+1
* split compile and link in check_ldMåns Rullgård2006-07-121-4/+3
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-4/+2
* simplify list processingMåns Rullgård2006-07-111-5/+11
* tidy up option parsingMåns Rullgård2006-07-111-24/+25
* another round of cola, pleaseMåns Rullgård2006-07-111-2/+2
* log stderr of test programs in check_exec()Måns Rullgård2006-07-111-1/+1
* find all codecs, even the ones with numbersMåns Rullgård2006-07-111-2/+2
* 10l to Diego for disabling all codecsMåns Rullgård2006-07-111-2/+2
* Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.Diego Biurrun2006-07-111-10/+11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+19
* Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun2006-07-101-1/+1
* 100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun2006-07-101-1/+1
* MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun2006-07-101-1/+2
* Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun2006-07-101-29/+29
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-101-1/+5
* Move MinGW LDFLAGS setting to configure.Diego Biurrun2006-07-101-0/+1
* Move UltraSparc CFLAG addition to configure.Diego Biurrun2006-07-101-0/+3
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-1/+11
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-091-2/+0
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-081-0/+2
* set CONFIG_SMALL if user wants small ffmpegMichael Niedermayer2006-07-081-0/+1
* set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabledMåns Rullgård2006-07-051-4/+8
* Remove obsolete and non-functional support for external LZO.Ville Skyttä2006-07-051-11/+0
* set flags needed for shared libs on solarisMåns Rullgård2006-07-041-3/+4
* Try to find a better shell if the one configure was started under isMåns Rullgård2006-07-041-0/+14
* solaris sh doesn't allow functions and variables with the same nameMåns Rullgård2006-07-041-9/+9
* compiler sanity checkMåns Rullgård2006-06-291-0/+14
* add --cross-compile option to assume cross-compilation without cross-prefixMåns Rullgård2006-06-291-2/+7
* send output of exec checks to log fileMåns Rullgård2006-06-291-1/+1
* detect availability of -rdynamic and -export-dynamicMåns Rullgård2006-06-291-5/+4
* 'uname -m' returns IP<number> for MIPS CPUs on IRIX.Diego Biurrun2006-06-291-1/+1
* Install into $PROGRAMFILES instead of a hardcoded path on MinGW.Ramiro Polla2006-06-271-1/+1
* -logg needs to be after -lvorbisMåns Rullgård2006-06-241-1/+1
* fix a silly typo (1l to myself)Måns Rullgård2006-06-241-1/+1
* enable logging in configure by default, and print some advice on failureMåns Rullgård2006-06-221-7/+31
* allow recent libfaad versions with new function namesMåns Rullgård2006-06-211-1/+15
* Remove unused VERSION definition from config.mak.Diego Biurrun2006-06-201-3/+1
* libfaac uses pascal calling convention on win32 so the generic testsMåns Rullgård2006-06-171-1/+17
* improved logging testsMåns Rullgård2006-06-171-1/+11