summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '59d2b00d201935c16408a2917957d89a170fe58f'Clément Bœsch2017-03-311-12/+19
|\ | | | | | | | | | | | | | | | | | | * commit '59d2b00d201935c16408a2917957d89a170fe58f': configure: Add --quiet command line parameter to suppress informative output The license assignment is moved out of the quiet condition to make sure it ends up in config.h Merged-by: Clément Bœsch <cboesch@gopro.com>
| * configure: Add --quiet command line parameter to suppress informative outputDiego Biurrun2016-11-081-1/+8
| |
* | Merge commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d'Clément Bœsch2017-03-301-1/+1
|\ \ | |/ | | | | | | | | | | * commit 'd1ef1b9eaa45043ea5df5a004fb37243e05da61d': configure: Silence lld-link when getting the version number Merged-by: Clément Bœsch <cboesch@gopro.com>
| * configure: Silence lld-link when getting the version numberMartin Storsjö2016-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | In recent lld-link versions, this command prints the version to stdout, but also prints an error to stderr: $ lld-link -flavor gnu --version LLD 4.0.0 (trunk 285641) lld-link: error: no input files lld-link: error: target emulation unknown: -m or at least one .o file required Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d'Clément Bœsch2017-03-291-2/+4
|\ \ | |/ | | | | | | | | | | * commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d': examples/avcodec: split the remaining two examples into separate files Merged-by: Clément Bœsch <u@pkh.me>
| * examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-021-2/+4
| |
* | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'Clément Bœsch2017-03-291-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <u@pkh.me>
| * examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-021-0/+2
| | | | | | | | | | The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
* | Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d'Clément Bœsch2017-03-291-0/+2
|\ \ | |/ | | | | | | | | | | * commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d': examples/avcodec: split audio encoding into a separate example Merged-by: Clément Bœsch <u@pkh.me>
| * examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-021-0/+2
| | | | | | | | | | The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
| * xcb: Add all the libraries to the link line explicitlyLuca Barbato2016-10-301-2/+2
| | | | | | | | | | | | Avoid an underlink issue on recent distributions. CC: libav-stable@libav.org
| * openssl: Support version 1.1.0.Matt Oliver2016-10-231-1/+2
| | | | | | | | | | | | | | Further simplifications by Martin Storsjö, to minimize the diff. Signed-off-by: Martin Storsjö <martin@martin.st>
* | configure: use c++11 and fallback to c++0x for c++ filesMarton Balint2017-03-281-1/+1
| | | | | | | | | | | | | | Needed for the C+11 atomics. Also change add_cxxflags to check_cxxflags. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* | lavfi: remove af_asynts filterRostislav Pehlivanov2017-03-271-2/+0
| | | | | | | | | | | | Long overdue for removal, af_aresample should be used instead. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | configure: cuvid hwaccels need the corresponding decoder, not the other way ↵Timo Rothenpieler2017-03-251-9/+11
| | | | | | | | around
* | Merge commit '1f821e5ad3f8ebacbbb362668561ad976c392c9e'James Almer2017-03-231-5/+5
|\ \ | |/ | | | | | | | | | | * commit '1f821e5ad3f8ebacbbb362668561ad976c392c9e': configure: Print warnings after all other output Merged-by: James Almer <jamrial@gmail.com>
| * configure: Print warnings after all other outputDiego Biurrun2016-10-191-2/+2
| |
| * configure: #include stdint.h as part of libxavs testDiego Biurrun2016-10-061-1/+1
| | | | | | | | | | Unfortunately the xavs.h API header is not self-sufficient and relies on manual stdint.h inclusion by its users.
| * lavu: remove the custom atomic APIAnton Khirnov2016-10-021-2/+0
| | | | | | | | It has been replaced by C11 stdatomic.h and is now unused.
| * Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-10-021-0/+3
| | | | | | | | Adapted from the code by Rémi Denis-Courmont from VLC
| * Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-10-021-0/+3
| | | | | | | | Adapted from the code by Rémi Denis-Courmont from VLC
| * Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-10-021-0/+2
| | | | | | | | Adapted from the code by Rémi Denis-Courmont from VLC
| * Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-10-021-0/+2
| | | | | | | | Adapted from the code by Rémi Denis-Courmont from VLC
| * Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-10-021-0/+6
| | | | | | | | Adapted from the code by Rémi Denis-Courmont from VLC
| * configure: check for stdatomic.hAnton Khirnov2016-10-021-1/+28
| | | | | | | | | | | | | | Since this is a C11 feature, it requires -std=c11. Not actually used for anything yet, that will be added in the following commits.
* | Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch2017-03-211-5/+5
|\ \ | |/ | | | | | | | | | | | | | | * commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0': lavc: add clobber tests for the new encoding/decoding API The merge only re-order what we already have. Merged-by: Clément Bœsch <u@pkh.me>
| * lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-281-0/+8
| |
* | add signature filter for MPEG7 video signatureGerion Entrup2017-03-211-0/+1
| | | | | | | | | | | | | | | | This filter does not implement all features of MPEG7. Missing features: - compression of signature files - work only on (cropped) parts of the video Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | configure: fix crystalhd detectionClément Bœsch2017-03-201-1/+1
| | | | | | | | | | | | | | | | Regression since 4563a86f011b54977b390c72ec3901cace35f8da. See 20c4fb2e010fff7e3f8acd36ad132c0140fec5fb for more information. Tested-by: Michael Niedermayer <michael@niedermayer.cc>
* | configure: error out if jni is enabled and cannot be foundMatthieu Bouron2017-03-201-1/+1
| |
* | configure: add stdint.h to x264 and xavs checksRicardo Constantino2017-03-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Regression from 4563a86f011b54977b390c72ec3901cace35f8da. Both need stdint.h included before the respective x264.h and xavs.h. Old require() used different, separate checks that didn't actually need stdint.h to work. require2()'s (now require) check_func_headers() does include stdint.h but only after the custom headers. For libxavs this would also be consequently fixed by libav's commit 20abcaa273a6e77d0a2e1a98c643c73562c6f8f2 which wasn't merged yet.
* | Merge commit 'ab3554e1a7c04a5ea30f9c905de92348478ef7c8'Clément Bœsch2017-03-201-55/+40
|\ \ | |/ | | | | | | | | | | * commit 'ab3554e1a7c04a5ea30f9c905de92348478ef7c8': configure: Drop check_lib()/require() in favor of check_lib2()/require2() Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Drop check_lib()/require() in favor of check_lib2()/require2()Diego Biurrun2016-09-131-36/+20
| | | | | | | | | | | | | | The latter can do everything the former can do, but also handle conditions the former cannot like multiple header #includes and checking for headers and functions in a single test program, which is necessary for certain library tests.
| * lavc/vaapi: Add VP8 decode hwaccelMark Thompson2016-09-081-0/+3
| |
* | Merge commit 'ec903058447ad5be34d89533962e9ae1aa1c78f7'Clément Bœsch2017-03-201-2/+4
|\ \ | |/ | | | | | | | | | | | | | | * commit 'ec903058447ad5be34d89533962e9ae1aa1c78f7': configure: Simplify clock_gettime() test nanosleep check also updated. Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Simplify clock_gettime() testDiego Biurrun2016-09-061-1/+2
| |
| * configure: Fix --disable-pod2man / --disable-texi2htmlDiego Biurrun2016-09-051-2/+4
| |
| * configure: Simplify libopenjpeg checkDiego Biurrun2016-09-051-2/+2
| |
| * configure: Move initial VAAPI check to a more sensible placeDiego Biurrun2016-09-051-1/+2
| |
* | configure: remove pod2man from the config listClément Bœsch2017-03-201-1/+0
| | | | | | | | | | | | The configure has the --disable-manpages option for this purpose, and --disable-pod2man is currently ignored due to that. This is also consistent with the other documentation options.
* | Merge commit '4fb311c804098d78e5ce5f527f9a9c37536d3a08'Clément Bœsch2017-03-201-7/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '4fb311c804098d78e5ce5f527f9a9c37536d3a08': Drop memalign hack Merged, as this may indeed be uneeded since 46e3936fb04d06550151e667357065e3f646da1a. Merged-by: Clément Bœsch <u@pkh.me>
| * Drop memalign hackDiego Biurrun2016-09-031-7/+0
| | | | | | | | It no longer serves a useful purpose.
| * High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-291-0/+4
| | | | | | | | | | | | Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '46e3936fb04d06550151e667357065e3f646da1a'Clément Bœsch2017-03-191-0/+2
|\ \ | |/ | | | | | | | | | | * commit '46e3936fb04d06550151e667357065e3f646da1a': configure: Set __MSVCRT_VERSION__to 0x0700 for MinGW Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Set __MSVCRT_VERSION__to 0x0700 for MinGWDiego Biurrun2016-08-231-0/+2
| | | | | | | | | | This exposes some required functionality like _aligned_malloc() in the MinGW system headers, thus obviating the need for the memalign hack.
* | configure: clang -Oz for small size build to reduce size furtherwang-bin2017-03-161-1/+1
| |
* | Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0'James Almer2017-03-151-1/+5
|\ \ | |/ | | | | | | | | | | * commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0': lavc: align the linesize to 32 when AVX is enabled Merged-by: James Almer <jamrial@gmail.com>
| * lavc: align the linesize to 32 when AVX is enabledAnton Khirnov2016-08-031-1/+5
| |
| * lavu: add LOCAL_ALIGNED_32James Almer2016-08-031-2/+3
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | configure: libnpp is always nonfree, even with LGPLRicardo Constantino2017-03-151-1/+2
| | | | | | | | | | | | | | | | | | libnpp was erroneously grouped up with libfdk-aac and openssl to check if --enable-nonfree wasn't passed only with --enable-gpl in 9f28db47accb31bfec40a56dd2dc19ffd366a6be. The latter two are compatible with LGPL, libnpp is not. Signed-off-by: James Almer <jamrial@gmail.com>
OpenPOWER on IntegriCloud