summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-09
| | | | Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for closesocketAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
| | | | Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-08-07
| | | | Originally committed as revision 9973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify configure's outputRamiro Polla2007-08-07
| | | | Originally committed as revision 9972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable the native AC-3 decoderJustin Ruggles2007-08-07
| | | | Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unused fixedpoint declaration.Diego Biurrun2007-08-06
| | | | Originally committed as revision 9959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct order of fixedpoint in CONFIG listMarc Hoffman2007-08-02
| | | | Originally committed as revision 9869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-fixedpoint, for configuring fixedpoint optimizations, this is just ↵Marc Hoffman2007-08-02
| | | | | | the config aspect Originally committed as revision 9866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some "disabled" calls with "! enabled"Måns Rullgård2007-08-01
| | | | Originally committed as revision 9859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alphabetical orderDiego Biurrun2007-08-01
| | | | Originally committed as revision 9854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant variable declarations.Diego Biurrun2007-08-01
| | | | Originally committed as revision 9853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move gray so as to not introduce further misorderingMichael Niedermayer2007-08-01
| | | | Originally committed as revision 9851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded gray="no"Michael Niedermayer2007-08-01
| | | | Originally committed as revision 9850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-01
| | | | Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the possibility to show all configurable encoders, decoders, parsers,Panagiotis Issaris2007-07-27
| | | | | | muxers, demuxers, protocols and bitstream filters. Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Uppercase some more overlooked makefile variables.Diego Biurrun2007-07-22
| | | | Originally committed as revision 9778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Do not use braces in makefiles, use normal parentheses.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The svq3 decoder depends on h264idct.o and also requires h264_parser.Aurelien Jacobs2007-07-14
| | | | | | | | This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-decoder=svq3 Originally committed as revision 9638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and populate "tools" directoryMåns Rullgård2007-07-13
| | | | Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF muxer is no longer GPLed.Diego Biurrun2007-07-13
| | | | Originally committed as revision 9632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-13
| | | | Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for getrusageRamiro Polla2007-07-13
| | | | Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable $ARCH_EXT_LIST before parsing command lineMåns Rullgård2007-07-13
| | | | Originally committed as revision 9618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-11
| | | | Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk