summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-0/+50
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-041-1/+2
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-031-3/+3
* detect more broken shellsMåns Rullgård2006-08-031-1/+2
* simplify command loggingMåns Rullgård2006-08-031-3/+1
* Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun2006-08-031-2/+2
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-031-0/+2
* checking compiler output was a bad idea, revert to checking exit statusMåns Rullgård2006-08-011-1/+1
* remove libtheora wrapperMåns Rullgård2006-07-311-15/+0
* ignore explicit #warnings in compiler testsMåns Rullgård2006-07-311-1/+1
* can't trust the compiler exit status, check for messages insteadMåns Rullgård2006-07-311-3/+7
* Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.Diego Biurrun2006-07-291-0/+2
* Remove redundant TARGET_OS setting.Diego Biurrun2006-07-281-26/+9
* Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.Graham Booker2006-07-271-3/+6
* Fix prefix vs PREFIX handling in pkgconfig files.Diego Biurrun2006-07-261-8/+8
* 10l: wrong quotingDiego Biurrun2006-07-241-1/+1
* Remove unnecessary darwin variable.Diego Biurrun2006-07-241-3/+2
* Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *allocDiego Biurrun2006-07-241-1/+2
* Fix --extra-ldflags when cross-compiling for MinGW.Diego Biurrun2006-07-241-4/+3
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-241-5/+5
* disable libtheora, this change leaves all the libtheora related code in svn f...Michael Niedermayer2006-07-221-5/+0
* 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
OpenPOWER on IntegriCloud