summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-111-0/+5
| | | | Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for mkstemp().Ramiro Polla2007-07-111-0/+3
| | | | Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove OS/2 supportMåns Rullgård2007-07-101-24/+0
| | | | Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fork to HAVE_LISTMåns Rullgård2007-07-091-0/+1
| | | | Originally committed as revision 9563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build after breakage in r9544Måns Rullgård2007-07-081-1/+1
| | | | Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook build non-recursive.Diego Biurrun2007-07-081-1/+0
| | | | 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-061-8/+6
| | | | 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-031-2/+6
| | | | | | --enable-swscaler is set. Originally committed as revision 9469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify --enable-libfaadbin option description.Diego Biurrun2007-06-281-1/+1
| | | | Originally committed as revision 9449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify what libfaadbin means in the summary output.Diego Biurrun2007-06-281-1/+1
| | | | 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-251-2/+0
| | | | | | 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-191-1/+6
| | | | Originally committed as revision 9367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tests/Makefile has been removedRamiro Polla2007-06-191-1/+0
| | | | 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-181-7/+7
| | | | | | 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-171-1/+1
| | | | Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix report at end of configureMåns Rullgård2007-06-171-43/+43
| | | | Originally committed as revision 9357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ppc64 handlingMåns Rullgård2007-06-171-11/+3
| | | | Originally committed as revision 9355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable initializationsMåns Rullgård2007-06-171-42/+0
| | | | Originally committed as revision 9354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-06-171-13/+13
| | | | Originally committed as revision 9352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify simd extension checkingMåns Rullgård2007-06-171-57/+22
| | | | Originally committed as revision 9351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test whether linker supports --warn-commonMåns Rullgård2007-06-151-1/+2
| | | | 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-151-22/+16
| | | | 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-151-35/+29
| | | | 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-151-8/+4
| | | | Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård2007-06-151-4/+2
| | | | Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for ARCH_*Aurelien Jacobs2007-06-151-1/+19
| | | | Originally committed as revision 9321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate ENABLE_* defines also for all the HAVE_* valuesAurelien Jacobs2007-06-151-1/+1
| | | | Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vhooks require special cflags and ldflags for Windows buildsRamiro Polla2007-06-141-0/+2
| | | | | | 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-141-0/+2
| | | | Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print static vhook warning for Cygwin and MinGWRamiro Polla2007-06-141-2/+2
| | | | 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-141-1/+1
| | | | 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-061-15/+15
| | | | 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-031-0/+5
| | | | 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-021-1/+1
| | | | | | 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-021-1/+1
| | | | | | 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-271-1/+0
| | | | Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-05-231-2/+2
| | | | Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-231-14/+17
| | | | Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-201-0/+1
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --enable-auto-image-base for building mingw32 & cygwin DLLsZuxy Meng2007-05-191-2/+2
| | | | Originally committed as revision 9075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-171-7/+0
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-171-7/+7
| | | | Originally committed as revision 9050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Building both shared and static libraries is now possible on MinGW.Zuxy Meng2007-05-151-9/+0
| | | | | | patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 9030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* link to ws2_32.dll only if networking is enabledAlex Beregszaszi2007-05-151-1/+1
| | | | Originally committed as revision 9028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-121-4/+12
| | | | | | | | Original patch by Jason Millard jsm174 _at_ gmail Date: On Fri, 11 May 2007 11:14:01 -0400 Subject: [FFmpeg-devel] enable/disable bitstream filters? Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure check for whether we can compile ssse3Loren Merritt2007-05-121-0/+8
| | | | Originally committed as revision 9002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-101-0/+1
| | | | Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs2007-05-091-1/+1
| | | | | | | now h263dec depends on mpeg4video_parser this fixes compilation when h263 decoder is disabled Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install MinGW shared libraries (dlls) to bindirRamiro Polla2007-05-091-0/+1
| | | | Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-091-0/+10
| | | | Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud