summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* * 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
* Proper check for mkstemp().Ramiro Polla2007-07-11
| | | | Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove OS/2 supportMåns Rullgård2007-07-10
| | | | Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fork to HAVE_LISTMåns Rullgård2007-07-09
| | | | Originally committed as revision 9563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build after breakage in r9544Måns Rullgård2007-07-08
| | | | Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook build non-recursive.Diego Biurrun2007-07-08
| | | | Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle --enable-small same way as other CONFIG_* options (almost)Måns Rullgård2007-07-06
| | | | Originally committed as revision 9509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only whenVíctor Paesa2007-07-03
| | | | | | --enable-swscaler is set. Originally committed as revision 9469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify --enable-libfaadbin option description.Diego Biurrun2007-06-28
| | | | Originally committed as revision 9449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify what libfaadbin means in the summary output.Diego Biurrun2007-06-28
| | | | Originally committed as revision 9448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-25
| | | | | | It is no longer used. Originally committed as revision 9425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* place -l flags after object files in check_ld()Måns Rullgård2007-06-19
| | | | Originally committed as revision 9367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tests/Makefile has been removedRamiro Polla2007-06-19
| | | | Originally committed as revision 9366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move lrintf() check before external lib checks to prevent runtimeMåns Rullgård2007-06-18
| | | | | | errors from these interfering with lrintf() test Originally committed as revision 9364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix thread support selectionMåns Rullgård2007-06-17
| | | | Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix report at end of configureMåns Rullgård2007-06-17
| | | | Originally committed as revision 9357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ppc64 handlingMåns Rullgård2007-06-17
| | | | Originally committed as revision 9355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable initializationsMåns Rullgård2007-06-17
| | | | Originally committed as revision 9354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-06-17
| | | | Originally committed as revision 9352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify simd extension checkingMåns Rullgård2007-06-17
| | | | Originally committed as revision 9351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test whether linker supports --warn-commonMåns Rullgård2007-06-15
| | | | Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge print_config_enable() and print_config() as only the former is usedMåns Rullgård2007-06-15
| | | | Originally committed as revision 9325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård2007-06-15
| | | | Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add x86 to ARCH_LIST simplifying config file generationMåns Rullgård2007-06-15
| | | | Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-15
| | | | Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk