summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* VFW capture supportRamiro Polla2008-03-081-0/+4
| | | | Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-081-5/+5
| | | | Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for x86 bswap instructionMåns Rullgård2008-03-081-3/+3
| | | | Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-071-14/+3
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify processing of some --disable-* optionsMåns Rullgård2008-03-051-18/+7
| | | | Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unneeded artificial dependencies from configureAurelien Jacobs2008-03-051-13/+0
| | | | Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix endian test with grep not handling non-text filesMåns Rullgård2008-03-031-1/+1
| | | | | | | | POSIX grep is not required to support non-text files. Idea by Rich Felker. Originally committed as revision 12304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary backslashesMåns Rullgård2008-03-031-1/+1
| | | | Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-031-8/+5
| | | | | | with the other libav*. Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force DOS users to enable memalign hack when needed,Ramiro Polla2008-03-031-1/+0
| | | | | | the same way it's done for MinGW. Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson2008-03-031-1/+3
| | | | Originally committed as revision 12298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "disable" helper functionRamiro Polla2008-03-021-1/+1
| | | | Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez2008-03-011-1/+1
| | | | | | patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add empty line in output to increase readability.Diego Biurrun2008-02-271-0/+1
| | | | Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inline asm supportMåns Rullgård2008-02-271-0/+3
| | | | Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version in libavfilter.pcMåns Rullgård2008-02-271-2/+2
| | | | Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix versions in .pc filesMåns Rullgård2008-02-271-16/+16
| | | | Originally committed as revision 12264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix libavfilter version extractionMåns Rullgård2008-02-271-1/+1
| | | | Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make gcc ignore the distinction between +0.0 and -0.0, this allows it toMichael Niedermayer2008-02-261-0/+1
| | | | | | | change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0, that would also require -ffinite-math-only. Originally committed as revision 12252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print enabled things in columnsMåns Rullgård2008-02-261-7/+4
| | | | Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, alphabetic orderingVitor Sessak2008-02-261-1/+1
| | | | Originally committed as revision 12250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build system changes for libavfilter addition. Add --enable-avfilter ↵Vitor Sessak2008-02-261-1/+31
| | | | | | | | configure option. Patch by myself, Bobby Bingham and Víctor Paesa. Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify version number extractionMåns Rullgård2008-02-261-19/+20
| | | | Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-1/+1
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25% faster floating point AAN IDCT.Michael Niedermayer2008-02-261-0/+1
| | | | | | Other float code likely benefits as well ... Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-261-0/+3
| | | | Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-251-11/+10
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -lm to x264 check, it is needed on most systems.Diego Biurrun2008-02-221-1/+1
| | | | | | taken from the DOS/DJGPP port by Michael Kostylev, mik niipt ru Originally committed as revision 12178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-191-1/+1
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify lib* version number extractionMåns Rullgård2008-02-171-8/+12
| | | | Originally committed as revision 12128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettify encoder/decoder/muxer/... list extractionMåns Rullgård2008-02-171-9/+16
| | | | Originally committed as revision 12127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Blackfin toolchains will automatically select FDPIC according to theMike Frysinger2008-02-161-4/+0
| | | | | | | | toolchain/tuple, so there is no need (and indeed this is unwanted) to force -mfdpic into the compile/linker flags. patch by Mike Frysinger, vapier.adi a gmail d com Originally committed as revision 12122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-161-4/+0
| | | | Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include poll.h instead of sys/poll.hLuca Abeni2008-02-131-2/+2
| | | | Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use ranges with tr, the results are locale-dependent.Diego Biurrun2008-02-111-3/+3
| | | | | | Suggested by Rich Felker. Originally committed as revision 11914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn if a comparison is always true or always false due to theMichael Niedermayer2008-02-031-0/+1
| | | | | | | | | limited range of the data type. The only new warning this causes (if i didnt miss one) is: udp.c:272: warning: comparison of unsigned expression < 0 is always false which is a real bug Originally committed as revision 11839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make string constants const. Why is this not default?Michael Niedermayer2008-02-031-0/+1
| | | | Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove -Werror= CFLAGS that do not have the desired effect.Diego Biurrun2008-02-021-2/+0
| | | | Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mixing declarations and statements is an error, so is any constructMichael Niedermayer2008-02-011-0/+2
| | | | | | depending on sizeof(void) (like void_ptr++) Originally committed as revision 11798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about casts which remove const.Michael Niedermayer2008-02-011-0/+1
| | | | | | Feel free to flame me if you disagree that such code is wrong. Originally committed as revision 11699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass argc and argv to the main function of the SDL tests.Diego Biurrun2008-01-291-2/+2
| | | | | | | This appears to be required on Windows and does no harm on Linux. closes issue 344, patch by jdm Originally committed as revision 11662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun2008-01-261-2/+2
| | | | | | | reflected in the pkg-config files. noticed by j .at. v2v .dot. cc Originally committed as revision 11618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun2008-01-261-3/+12
| | | | | | Required to enable nonfree libraries that make FFmpeg unredistributable. Originally committed as revision 11617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-261-3/+0
| | | | | | Also fixes --enable-libamr being recognized as configure parameter. Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add system-specific network link flags to inet_aton test. This should fixMichael Kostylev2008-01-181-1/+1
| | | | | | | the check on platforms that require those flags. patch by Michael Kostylev, mik niipt ru Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use check_lib2 instead of check_lib in SDL test. This is helpful inKO Myung-Hun2008-01-161-1/+1
| | | | | | | | combination with different calling/naming conventions as used in the OS/2 port of SDL. patch by Myung-Hun, komh a chollian d net Originally committed as revision 11545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pentium4m is a valid CPU name, add it to the list.Igor Mozolevsky2008-01-161-1/+1
| | | | | | patch by Igor Mozolevsky, igor hybrid-lab.co uk Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move "Creating config.mak and config.h..." message down to the point whereDiego Biurrun2008-01-161-2/+2
| | | | | | those two files are actually created. Originally committed as revision 11537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* refer users to ffmpeg-user list in case of errorsMåns Rullgård2008-01-121-1/+1
| | | | Originally committed as revision 11517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ↵Alessandro Sappia2008-01-111-1/+12
| | | | | | ngi dot it Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud