summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* configure: Check for GCC diagnostic pragma support inside of functionsDiego Biurrun2013-08-03
| | | | | The actual usage of the pragma is within functions and older versions of gcc only support the pragma outside of functions.
* Merge commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b'Michael Niedermayer2013-08-03
|\ | | | | | | | | | | | | | | | | | | * commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b': build: Add _Pragma macro to disable deprecated declaration warnings Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-02
| |
* | Do not suggest to use gas-preprocessor if using it would break compilation.Carl Eugen Hoyos2013-08-02
| | | | | | | | gas-preprocessor does not work on ppc with pic and on ppc64.
* | Support for shine 3.0.0Romain Beauxis2013-07-30
| |
* | Merge commit '4822ee3ca620a92cd2b0a9a03ea9e34288192c79'Michael Niedermayer2013-07-30
|\| | | | | | | | | | | | | * commit '4822ee3ca620a92cd2b0a9a03ea9e34288192c79': configure: Detect AIX ar command instead of hardcoding it in the OS section Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Detect AIX ar command instead of hardcoding it in the OS sectionDiego Biurrun2013-07-29
| |
* | Merge commit '80ade7985cd95156e2156f50adc7b86d0e43a07a'Michael Niedermayer2013-07-27
|\| | | | | | | | | | | | | * commit '80ade7985cd95156e2156f50adc7b86d0e43a07a': AIX: add support for shared builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * AIX: add support for shared buildsMichael Kostylev2013-07-26
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-26
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: miscellaneous typo fixes Conflicts: configure libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * miscellaneous typo fixesDiego Biurrun2013-07-25
| |
* | Allow native compilation on the iPhone.Carl Eugen Hoyos2013-07-25
| |
* | Merge commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1'Michael Niedermayer2013-07-22
|\| | | | | | | | | | | | | * commit '7ef760d95c73dfee021b8fdee04f65126eb7edd1': configure: generate full msvc debug symbols when linking in debug mode Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: generate full msvc debug symbols when linking in debug modeHendrik Leppkes2013-07-21
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'd010e95f86089abe9a3d4d4a66ac8102312d28a4'Michael Niedermayer2013-07-19
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd010e95f86089abe9a3d4d4a66ac8102312d28a4': avserver: Remove unused loadable module support Conflicts: configure ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avserver: Remove unused loadable module supportMartin Storsjö2013-07-18
| | | | | | | | | | | | | | | | | | | | There is no record of this ever being used at all, anywhere, since the feature was added in 2effd274466. This gets rid of extra linker tricks just to support a feature that isn't used, simplifying portability to other platforms. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavfi: port perspective filter from libmpcodecsPaul B Mahol2013-07-14
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | configure: Disable avresample if an old version of yasm is used.Carl Eugen Hoyos2013-07-13
| | | | | | | | | | | | The avresample maintainers decided not to support old versions of yasm. Supporting old yasm in FFmpeg was no big effort in the last months, so keep it for the time being.
* | configure: Only build ffserver if SA_RESAMPLE is available.Carl Eugen Hoyos2013-07-13
| | | | | | | | | | | | | | QNX does not define SA_RESAMPLE (because it is not implemented). Fixes ticket #2780. Reviewed-by: Nicolas George
* | Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'Michael Niedermayer2013-07-12
|\| | | | | | | | | | | | | | | | | * commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8': configure: Check for support for labels in the inline assembly The timer code is not placed under ifdef as ours does not use labels Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-11
| | | | | | | | | | | | | | Use this for enabling the ppc timer.h implementation only on assemblers that support labels in the inline assembly. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-05
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: compat: wrap math.h to avoid AIX-specific clashes Conflicts: configure See: bf18abb2eb79c00c69f6f83ede64536e3297793c, 0915b531bc62440914710d2989813563b0446c5e Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * compat: wrap math.h to avoid AIX-specific clashesLuca Barbato2013-07-04
| | | | | | | | | | AIX defines a class() function in its math.h header without any guard.
* | configure: fix webp decoder dependencyPaul B Mahol2013-07-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abiStefano Sabatini2013-07-03
| | | | | | | | | | | | | | | | | | "Fork" is an ambiguous term, since there may be more than one fork, also "fork" could be confused with the corresponding function. Also it seems important to point the name of the referenced fork in the symbol. Note: the old --enable-incompatible-fork-abi command is retained for compatibility, although it should be considered deprecated.
* | Revert "doc: add script to compute texi files dependencies"Michael Niedermayer2013-07-03
| | | | | | | | | | | | This reverts commit 628ceac6526724d35cb390cc1f88344f4ea22eb4. The commit broke out of tree builds
* | doc: add script to compute texi files dependenciesStefano Sabatini2013-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the inline awk script with a Perl script which tracks the dependencies recursively. This allows to correctly track dependencies for files including files with a second level include (for example: ffmpeg-devices.texi -> devices.texi -> outdevs.texi). This also adds a dependency on perl for computing the dependencies, which should not be a problem since perl is already required all the way for building documentation.
* | lavf: add support for libgmewm42013-07-02
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Support compilation on aix with gcc.Carl Eugen Hoyos2013-06-30
| | | | | | | | | | Shared libraries and the IBM compiler are currently not supported. "--arch=ppc" has to be passed to configure, uname is not compatible.
* | Do not list libshine like a main option in configure's output.Carl Eugen Hoyos2013-06-28
| | | | | | | | It is listed as an enabled external library if applicable.
* | Require pthreads for compilation with OpenCL support.Carl Eugen Hoyos2013-06-26
| | | | | | | | | | | | Fixes a part of ticket #2422. Reviewed-by: James Almer
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-25
|\| | | | | | | | | | | | | * qatar/master: configure: Do not omit frame pointers for msvc/icl debug builds Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Do not omit frame pointers for msvc/icl debug buildsAlex Smith2013-06-24
| | | | | | | | | | | | | | Because O1 or O2 are required to build libav with msvc/icl, this must be explicitly set instead of just omitting Oy. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '9f4a16c52ea8f2383244587ea4cb534fe7f6da49'Michael Niedermayer2013-06-25
|\| | | | | | | | | | | | | * commit '9f4a16c52ea8f2383244587ea4cb534fe7f6da49': configure: Do not explicitly set Oy for msvc/icl Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Do not explicitly set Oy for msvc/iclAlex Smith2013-06-24
| | | | | | | | | | | | | | It is implied by O1 or O2, both of which are required to build libav with msvc/icl. Silences warnings when targeting x64 with icl. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit 'ace87c19ed4c4882d7b9b3ce512c4c195e39a203'Michael Niedermayer2013-06-24
|\| | | | | | | | | | | | | | | | | | | * commit 'ace87c19ed4c4882d7b9b3ce512c4c195e39a203': configure: whitespace cosmetics Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: whitespace cosmeticsDiego Biurrun2013-06-23
| |
* | Merge commit '6dc6598692da3b0ebda2d768681786343f26a4f4'Michael Niedermayer2013-06-24
|\| | | | | | | | | | | | | * commit '6dc6598692da3b0ebda2d768681786343f26a4f4': configure: Simplify an expression with enabled_all. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Simplify an expression with enabled_all.Diego Biurrun2013-06-23
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-23
|\| | | | | | | | | | | | | * qatar/master: configure: More msvc/icl combining Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: More msvc/icl combiningAlex Smith2013-06-22
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | configure: Enable MinGW-w64's implementation of vsnprintf and palsDerek Buitenhuis2013-06-22
| | | | | | | | | | | | | | | | | | | | | | As of r5799 in MinGW-w64's trunk, which is he upcoming major version 3, the POSIX-compliant vsnprintf implementation is disabled by default. Enable it for this version. Keep using out own implementation for prior versions, because it is broken in them. Relevant Reference Thread: http://article.gmane.org/gmane.comp.gnu.mingw.w64.general/7133 Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-20
|\| | | | | | | | | | | | | * qatar/master: configure: Remove unneeded icl inline compatibility definition Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Remove unneeded icl inline compatibility definitionAlex Smith2013-06-19
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavfi: add spp filter.Clément Bœsch2013-06-14
| |
* | require --enable-gpl for using the frei0r filterStefano Sabatini2013-06-13
| | | | | | | | | | | | | | | | | | | | frei0r license is GPL. Based on a patch by Timothy Gu <timothygu99@gmail.com>. See thread: Subject: [FFmpeg-devel] [PATCH 1/2] LICENSE: Complete GPL'd external libraries list Date: Thu, 6 Jun 2013 18:55:30 -0700
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-11
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavc: add a libwavpack encoder wrapper Conflicts: Changelog doc/encoders.texi libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add a libwavpack encoder wrapperAnton Khirnov2013-06-10
| |
* | Merge commit '3965d404ccd9b6cac95c4aee6cb668845031b685'Michael Niedermayer2013-06-11
|\| | | | | | | | | | | | | * commit '3965d404ccd9b6cac95c4aee6cb668845031b685': configure: Don't add -fPIC on windows targets Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Don't add -fPIC on windows targetsMartin Storsjö2013-06-10
| | | | | | | | | | | | | | | | | | | | | | This avoids warnings about this option not having any effect on this platform. We still want to enable the pic configure item for these platforms (if detected via the compiler builtin define __PIC__) to get proper inline assembly workarounds. Signed-off-by: Martin Storsjö <martin@martin.st>