summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård2006-09-30
| | | | Originally committed as revision 6394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-27
| | | | Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-27
| | | | Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a MakefileDiego Biurrun2006-09-16
| | | | | | | variable so that overriding SHFLAGS later in the configure script has the desired effect. Originally committed as revision 6281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
| | | | | | patch by Siarhei Siamashka, siarhei dot siamashka gmail com Originally committed as revision 6246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous variable setting, the script will exit anyway.Diego Biurrun2006-08-31
| | | | Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla2006-08-31
| | | | | | patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org Originally committed as revision 6145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun2006-08-30
| | | | Originally committed as revision 6135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print warnings ifMichael Niedermayer2006-08-30
| | | | | | | | gcc ignores inline directives pointer arithmetic with void pointers ... Originally committed as revision 6134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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