summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
| | | | | | | | Original Thread: Date: Aug 16, 2006 11:45 PM Subject: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla2006-08-25
| | | | | | | all executables. So they should really be SHFLAGS. patch by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org Originally committed as revision 6090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson2006-08-24
| | | | | | | those variables. patch by Nigel Pearson, nigel .at. ind .dot. tansu .dot. com .dot. au Originally committed as revision 6077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin processor supportMichael Benjamin2006-08-23
| | | | | | patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger2006-08-21
| | | | Originally committed as revision 6044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --disable-ipv6 option to configureLuca Barbato2006-08-17
| | | | Originally committed as revision 6017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-16
| | | | | | patch by Dennis Melentyev, dennis ##dot## melentyev ##at ## gmail ##dot## com Originally committed as revision 6005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-16
| | | | | | patch by John Dalgliesh, johnd **at** defyne **dot** org Originally committed as revision 6004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
| | | | | | | | | | Determines whether .align's arg is power-of-two or not, then defines ASMALIGN appropriately in config.h. Changes all .baligns to ASMALIGNs. Patch by John Dalgliesh % johnd AH defyne P org % Original thread: Date: Aug 11, 2006 8:00 AM Subject: Re: [Ffmpeg-devel] Mac OS X Intel last part: balign directives Originally committed as revision 5990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
| | | | Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-04
| | | | Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-03
| | | | Originally committed as revision 5927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect more broken shellsMåns Rullgård2006-08-03
| | | | Originally committed as revision 5926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify command loggingMåns Rullgård2006-08-03
| | | | Originally committed as revision 5925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun2006-08-03
| | | | Originally committed as revision 5922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-03
| | | | Originally committed as revision 5921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checking compiler output was a bad idea, revert to checking exit statusMåns Rullgård2006-08-01
| | | | Originally committed as revision 5884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libtheora wrapperMåns Rullgård2006-07-31
| | | | Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore explicit #warnings in compiler testsMåns Rullgård2006-07-31
| | | | Originally committed as revision 5872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* can't trust the compiler exit status, check for messages insteadMåns Rullgård2006-07-31
| | | | Originally committed as revision 5869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.Diego Biurrun2006-07-29
| | | | Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant TARGET_OS setting.Diego Biurrun2006-07-28
| | | | Originally committed as revision 5833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.Graham Booker2006-07-27
| | | | | | patch by Graham Booker, ffmpeglist atat cod3r dotdot com Originally committed as revision 5832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix prefix vs PREFIX handling in pkgconfig files.Diego Biurrun2006-07-26
| | | | Originally committed as revision 5828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: wrong quotingDiego Biurrun2006-07-24
| | | | Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary darwin variable.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *allocDiego Biurrun2006-07-24
| | | | | | | provides necessary alignment on this platform. patch by Mino Taoyama and Nigel Pearson Originally committed as revision 5821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix --extra-ldflags when cross-compiling for MinGW.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable libtheora, this change leaves all the libtheora related code in svn ↵Michael Niedermayer2006-07-22
| | | | | | | | for now but just disables it in configure IMO libtheora support should be completely removed but at least under no circumstances must it disable or override our native decoder by default Originally committed as revision 5812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-07-15
| | | | Originally committed as revision 5757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.Víctor Paesa2006-07-15
| | | | Originally committed as revision 5756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
| | | | | | based on patch by Víctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdirDiego Biurrun2006-07-15
| | | | | | and similar since $libdir contained $prefix, which contained $(DESTDIR).. Originally committed as revision 5754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set defaults before showing helpMåns Rullgård2006-07-15
| | | | Originally committed as revision 5753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-14
| | | | | | Removes one of the last FIXMEs from the build system. Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: the ${prefix} variable should not be expanded when setting path defaults.Diego Biurrun2006-07-14
| | | | Originally committed as revision 5742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the setting of some defaults.Diego Biurrun2006-07-13
| | | | Originally committed as revision 5730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,Guillaume Poirier2006-07-13
| | | | | | so recognize them as such. Originally committed as revision 5728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
| | | | Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static libvorbis needs -loggMåns Rullgård2006-07-12
| | | | Originally committed as revision 5724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split compile and link in check_ldMåns Rullgård2006-07-12
| | | | | | based on patch by Graham Booker <ffmpeglist at cod3r com> Originally committed as revision 5722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify list processingMåns Rullgård2006-07-11
| | | | Originally committed as revision 5717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tidy up option parsingMåns Rullgård2006-07-11
| | | | Originally committed as revision 5716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another round of cola, pleaseMåns Rullgård2006-07-11
| | | | Originally committed as revision 5715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log stderr of test programs in check_exec()Måns Rullgård2006-07-11
| | | | Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk