summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-26
| | | | Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the dependency checker deal with winsock2's extralibs.Ramiro Polla2007-09-26
| | | | Originally committed as revision 10593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Organize header files and system functions checksRamiro Polla2007-09-24
| | | | Originally committed as revision 10566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and use check_asm() functionMåns Rullgård2007-09-23
| | | | Originally committed as revision 10558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VIS CFLAGS settings into configure.Diego Biurrun2007-09-23
| | | | Originally committed as revision 10555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a proper test for VIS instruction support.Diego Biurrun2007-09-23
| | | | | | some help by Jan Knutar, jknutar nic fi Originally committed as revision 10553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for --help and -h parametersRamiro Polla2007-09-21
| | | | Originally committed as revision 10543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the dependency checker decide about x11_grab_device_demuxerRamiro Polla2007-09-21
| | | | Originally committed as revision 10542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace one-lined if;elses to && ||Ramiro Polla2007-09-21
| | | | Originally committed as revision 10540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add extralibs to the dependency checkerRamiro Polla2007-09-18
| | | | Originally committed as revision 10532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gpl for the X11 grabber has already been checked forRamiro Polla2007-09-18
| | | | Originally committed as revision 10531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enable and disable macros where appropriateRamiro Polla2007-09-18
| | | | Originally committed as revision 10530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for -lmRamiro Polla2007-09-18
| | | | Originally committed as revision 10528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-09-18
| | | | Originally committed as revision 10526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove forced -pthread for freebsd.Ramiro Polla2007-09-17
| | | | | | Configure properly detects which flags are needed on --enable-pthreads Originally committed as revision 10524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-09-17
| | | | Originally committed as revision 10523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-bktr option from configureRamiro Polla2007-09-17
| | | | | | --disable-demuxer=bktr should be used instead Originally committed as revision 10522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace manual variable setting with the disable function.Diego Biurrun2007-09-17
| | | | Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove cross_prefix from ln command.Matthias Schneider2007-09-17
| | | | | | patch by Matthias Schneider, ma30002000 yahoo de Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/manStefano Sabatini2007-09-16
| | | | | | | to better comply with the FHS. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ln is not available on all platforms, so introduce a variable for itDave Yeo2007-09-15
| | | | | | | that can be set to a suitable platform-specific command. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-oss option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=oss should be used instead. Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-beos option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=audio_beos should be used instead. Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-{v4l,v4l2} options from configureRamiro Polla2007-09-05
| | | | | | --disable-demuxer={v4l,v4l2} should be used instead Originally committed as revision 10413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
| | | | Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically sort library dependencies list.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Treat dc1394 as a libraryRamiro Polla2007-09-04
| | | | Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use "strings" in endian checkMåns Rullgård2007-08-27
| | | | Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused definition.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print EBX/EBP availabilityMichael Niedermayer2007-08-26
| | | | Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use POSIX "strings -a" rather than "strings -"Måns Rullgård2007-08-26
| | | | Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endian detection on MacOSMåns Rullgård2007-08-26
| | | | Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-dv1394 optionRamiro Polla2007-08-24
| | | | | | --disable-demuxer=dv1394 should be used instead Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group network checks togetherRamiro Polla2007-08-24
| | | | Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).Diego Biurrun2007-08-22
| | | | Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mipsel architecture that differs from mips in endianness.Diego Biurrun2007-08-22
| | | | | | based on patch by Johansson Erik-EJO017, erik.johansson motorola com Originally committed as revision 10188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endian check when cross-compilingMåns Rullgård2007-08-22
| | | | Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create libavcodec/sh4 dir when building out-of-treeAurelien Jacobs2007-08-21
| | | | Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: some reorderingAurelien Jacobs2007-08-21
| | | | Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure configure only accept valid --list-* parametersAurelien Jacobs2007-08-20
| | | | | | closes issue72 Originally committed as revision 10153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small simplificationDiego Biurrun2007-08-18
| | | | Originally committed as revision 10141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable MinGW networking supportRamiro Polla2007-08-17
| | | | Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring the alphabetical order (this time with case ignored)Roman Shaposhnik2007-08-12
| | | | Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also check for closesocket in winsock2.hRamiro Polla2007-08-12
| | | | Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable swscale in MinGW vhooks only if swscale was configured.Ramiro Polla2007-08-11
| | | | | | Copied from Cygwin configure. Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * reinserting gethrtime in alphabetical orderRoman Shaposhnik2007-08-10
| | | | Originally committed as revision 10045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten av_Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk