summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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
* generate ENABLE_* defines also for ARCH_*Aurelien Jacobs2007-06-15
| | | | Originally committed as revision 9321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for all the HAVE_* valuesAurelien Jacobs2007-06-15
| | | | Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vhooks require special cflags and ldflags for Windows buildsRamiro Polla2007-06-14
| | | | | | Copy them from Cygwin to MinGW Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ppm vhook depend on fork()Ramiro Polla2007-06-14
| | | | Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin and MinGWRamiro Polla2007-06-14
| | | | Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin only when both are enabledRamiro Polla2007-06-14
| | | | Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Cell (requires gcc-4.2 or patches)Luca Barbato2007-06-03
| | | | Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native decoder. Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
| | | | | | more easily add a possible future native encoder. Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc/Makefile no longer exists.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-05-23
| | | | Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-23
| | | | Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng2007-05-19
| | | | Originally committed as revision 9075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk