summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Remove superfluous variable setting, the script will exit anyway.Diego Biurrun2006-08-31
* The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla2006-08-31
* Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun2006-08-30
* print warnings ifMichael Niedermayer2006-08-30
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
* The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla2006-08-25
* Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson2006-08-24
* Blackfin processor supportMichael Benjamin2006-08-23
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-21
* add --disable-ipv6 option to configureLuca Barbato2006-08-17
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-16
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-16
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-15
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-15
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-04
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-03
* detect more broken shellsMåns Rullgård2006-08-03
* simplify command loggingMåns Rullgård2006-08-03
* Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun2006-08-03
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-03
* checking compiler output was a bad idea, revert to checking exit statusMåns Rullgård2006-08-01
* remove libtheora wrapperMåns Rullgård2006-07-31
* ignore explicit #warnings in compiler testsMåns Rullgård2006-07-31
* can't trust the compiler exit status, check for messages insteadMåns Rullgård2006-07-31
* 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