summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.Diego Biurrun2006-07-29
* Remove redundant TARGET_OS setting.Diego Biurrun2006-07-28
* Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.Graham Booker2006-07-27
* Fix prefix vs PREFIX handling in pkgconfig files.Diego Biurrun2006-07-26
* 10l: wrong quotingDiego Biurrun2006-07-24
* Remove unnecessary darwin variable.Diego Biurrun2006-07-24
* Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *allocDiego Biurrun2006-07-24
* Fix --extra-ldflags when cross-compiling for MinGW.Diego Biurrun2006-07-24
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
* disable libtheora, this change leaves all the libtheora related code in svn f...Michael Niedermayer2006-07-22
* Remove unused variable.Diego Biurrun2006-07-15
* Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.Víctor Paesa2006-07-15
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
* Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdirDiego Biurrun2006-07-15
* set defaults before showing helpMåns Rullgård2006-07-15
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-14
* 10l: the ${prefix} variable should not be expanded when setting path defaults.Diego Biurrun2006-07-14
* Simplify the setting of some defaults.Diego Biurrun2006-07-13
* Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,Guillaume Poirier2006-07-13
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
* static libvorbis needs -loggMåns Rullgård2006-07-12
* split compile and link in check_ldMåns Rullgård2006-07-12
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* simplify list processingMåns Rullgård2006-07-11
* tidy up option parsingMåns Rullgård2006-07-11
* another round of cola, pleaseMåns Rullgård2006-07-11
* log stderr of test programs in check_exec()Måns Rullgård2006-07-11
* find all codecs, even the ones with numbersMåns Rullgård2006-07-11
* 10l to Diego for disabling all codecsMåns Rullgård2006-07-11
* Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.Diego Biurrun2006-07-11
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun2006-07-10
* 100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun2006-07-10
* MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun2006-07-10
* Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun2006-07-10
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-10
* Move MinGW LDFLAGS setting to configure.Diego Biurrun2006-07-10
* Move UltraSparc CFLAG addition to configure.Diego Biurrun2006-07-10
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
* set CONFIG_SMALL if user wants small ffmpegMichael Niedermayer2006-07-08
* set CONFIG_ENCODERS/CONFIG_DECODERS only if any encoders/decoders are enabledMåns Rullgård2006-07-05
* Remove obsolete and non-functional support for external LZO.Ville Skyttä2006-07-05
* set flags needed for shared libs on solarisMåns Rullgård2006-07-04
* Try to find a better shell if the one configure was started under isMåns Rullgård2006-07-04
* solaris sh doesn't allow functions and variables with the same nameMåns Rullgård2006-07-04
* compiler sanity checkMåns Rullgård2006-06-29
* add --cross-compile option to assume cross-compilation without cross-prefixMåns Rullgård2006-06-29
* send output of exec checks to log fileMåns Rullgård2006-06-29