summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-0/+50
| | | | Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-041-1/+2
| | | | Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-031-3/+3
| | | | Originally committed as revision 5927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect more broken shellsMåns Rullgård2006-08-031-1/+2
| | | | Originally committed as revision 5926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify command loggingMåns Rullgård2006-08-031-3/+1
| | | | 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-031-2/+2
| | | | 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-031-0/+2
| | | | 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-011-1/+1
| | | | Originally committed as revision 5884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libtheora wrapperMåns Rullgård2006-07-311-15/+0
| | | | Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore explicit #warnings in compiler testsMåns Rullgård2006-07-311-1/+1
| | | | 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-311-3/+7
| | | | 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-291-0/+2
| | | | Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant TARGET_OS setting.Diego Biurrun2006-07-281-26/+9
| | | | 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-271-3/+6
| | | | | | 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-261-8/+8
| | | | Originally committed as revision 5828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: wrong quotingDiego Biurrun2006-07-241-1/+1
| | | | Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary darwin variable.Diego Biurrun2006-07-241-3/+2
| | | | 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-241-1/+2
| | | | | | | 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-241-4/+3
| | | | Originally committed as revision 5818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-241-5/+5
| | | | 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-221-5/+0
| | | | | | | | 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-151-2/+0
| | | | 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-151-0/+6
| | | | 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-151-0/+5
| | | | | | 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-151-24/+25
| | | | | | 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-151-4/+4
| | | | 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-141-0/+3
| | | | | | 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-141-4/+4
| | | | Originally committed as revision 5742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the setting of some defaults.Diego Biurrun2006-07-131-20/+4
| | | | 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-131-1/+1
| | | | | | 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-121-8/+8
| | | | Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* static libvorbis needs -loggMåns Rullgård2006-07-121-1/+1
| | | | Originally committed as revision 5724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split compile and link in check_ldMåns Rullgård2006-07-121-4/+3
| | | | | | 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-111-4/+2
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify list processingMåns Rullgård2006-07-111-5/+11
| | | | Originally committed as revision 5717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tidy up option parsingMåns Rullgård2006-07-111-24/+25
| | | | Originally committed as revision 5716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another round of cola, pleaseMåns Rullgård2006-07-111-2/+2
| | | | 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-111-1/+1
| | | | Originally committed as revision 5714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* find all codecs, even the ones with numbersMåns Rullgård2006-07-111-2/+2
| | | | Originally committed as revision 5713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to Diego for disabling all codecsMåns Rullgård2006-07-111-2/+2
| | | | Originally committed as revision 5712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.Diego Biurrun2006-07-111-10/+11
| | | | Originally committed as revision 5711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+19
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.Diego Biurrun2006-07-101-1/+1
| | | | | | hint by Derek E. Lewis, dlewis_at_solnetworks net Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Add missing quotes to FFLDFLAGS in the MinGW section.Diego Biurrun2006-07-101-1/+1
| | | | Originally committed as revision 5704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.Diego Biurrun2006-07-101-1/+2
| | | | Originally committed as revision 5703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.Diego Biurrun2006-07-101-29/+29
| | | | Originally committed as revision 5702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move gprof compiler flag handling to configure.Diego Biurrun2006-07-101-1/+5
| | | | Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW LDFLAGS setting to configure.Diego Biurrun2006-07-101-0/+1
| | | | Originally committed as revision 5699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move UltraSparc CFLAG addition to configure.Diego Biurrun2006-07-101-0/+3
| | | | Originally committed as revision 5698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-1/+11
| | | | Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud