summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Merge commit '3d6135eacf3b6a82c3024620c6a28169960464a7'James Almer2017-04-09
|\ | | | | | | | | | | | | * commit '3d6135eacf3b6a82c3024620c6a28169960464a7': configure: Simplify OMX check Merged-by: James Almer <jamrial@gmail.com>
| * configure: Simplify OMX checkDiego Biurrun2016-12-06
| |
* | Merge commit '601f8dde13ccd0e1993b7840a0304fa2cfe53432'James Almer2017-04-09
|\| | | | | | | | | | | | | * commit '601f8dde13ccd0e1993b7840a0304fa2cfe53432': configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST Merged-by: James Almer <jamrial@gmail.com>
| * configure: Move COMPONENT_LIST to the bottom of CONFIG_LISTDiego Biurrun2016-12-06
| | | | | | | | | | This ensures that dependencies are resolved correctly. COMPONENT_LIST can contain parts that depend on previous entries of CONFIG_LIST.
* | Merge commit '29d2e03ed96d9f7b8cb2cc87dca0a63c2a6eff70'James Almer2017-04-09
|\| | | | | | | | | | | | | * commit '29d2e03ed96d9f7b8cb2cc87dca0a63c2a6eff70': configure: Simplify and fix avfoundation indev handling Merged-by: James Almer <jamrial@gmail.com>
| * configure: Simplify and fix avfoundation indev handlingDiego Biurrun2016-12-05
| | | | | | | | | | | | Handle extralibs in the standard way, add missing pthreads dependency. Also globally check for -fobj-arc with Objective-C compilers since that option is useful for other Objective-C code as well.
* | avcodec/hevc_parse: split build dependenciesJames Almer2017-04-09
| | | | | | | | | | Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '2a096440768b1086bb437939f827b8b7a5716bf7'James Almer2017-04-09
|\| | | | | | | | | | | | | * commit '2a096440768b1086bb437939f827b8b7a5716bf7': configure: Separate package name and version requirements in helper functions Merged-by: James Almer <jamrial@gmail.com>
| * configure: Separate package name and version requirements in helper functionsDiego Biurrun2016-12-05
| | | | | | | | The unadorned package name is needed to derive package-related variable names.
* | Merge commit 'ffb9025f39b274abfc4ad2b264205a44cc0238a4'James Almer2017-04-09
|\| | | | | | | | | | | | | * commit 'ffb9025f39b274abfc4ad2b264205a44cc0238a4': configure: Simplify MMAL check Merged-by: James Almer <jamrial@gmail.com>
| * configure: Simplify MMAL checkDiego Biurrun2016-12-05
| |
* | Merge commit '660470cd62c59f25cc52c731af6230e7bc1aba62'James Almer2017-04-09
|\| | | | | | | | | | | | | * commit '660470cd62c59f25cc52c731af6230e7bc1aba62': build: Add missing audio_frame_queue dependency for libwavpack encoder Merged-by: James Almer <jamrial@gmail.com>
| * build: Add missing audio_frame_queue dependency for libwavpack encoderDiego Biurrun2016-12-05
| |
* | Merge commit 'e1dc5358af0dadef548114ec9cabba766b7c6260'James Almer2017-04-09
|\| | | | | | | | | | | | | * commit 'e1dc5358af0dadef548114ec9cabba766b7c6260': build: Create a component for MPEG audio header decoding Merged-by: James Almer <jamrial@gmail.com>
| * build: Create a component for MPEG audio header decodingDiego Biurrun2016-12-05
| | | | | | | | Fixes standalone compilation of the libmp3lame encoder.
* | Merge commit '6ef3360a38efe027cb6ebf9785870048ca7eb38b'Clément Bœsch2017-04-09
|\| | | | | | | | | | | | | * commit '6ef3360a38efe027cb6ebf9785870048ca7eb38b': configure: Add misssing qpeldsp dependency to mss2 decoder Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Add misssing qpeldsp dependency to mss2 decoderDiego Biurrun2016-12-03
| |
| * build: Drop support for configuring library name suffixesDiego Biurrun2016-12-03
| | | | | | | | It is of doubtful utility, adds complexity and no known users exist.
| * configure: Drop bogus xcb_event variablesDiego Biurrun2016-12-03
| |
* | Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch2017-04-09
|\| | | | | | | | | | | | | * commit '3794062ab1a13442b06f6d76c54dce51ffa54697': Remove Plan 9 support Merged-by: Clément Bœsch <u@pkh.me>
| * Remove Plan 9 supportDiego Biurrun2016-12-03
| | | | | | | | | | | | Supporting the system was a nice joke for the 9 release, but it has run its course. Nowadays Plan 9 receives no testing and has no practical usefulness.
* | Merge commit '4a1ef543983b7480e2822f6ac281ba361d1f893d'Clément Bœsch2017-04-09
|\| | | | | | | | | | | | | * commit '4a1ef543983b7480e2822f6ac281ba361d1f893d': build: Drop support for old versions of libdc1394 Merged-by: Clément Bœsch <u@pkh.me>
| * build: Drop support for old versions of libdc1394Diego Biurrun2016-12-03
| | | | | | | | The libdc1394 API transition was finished close to a decade ago.
* | Merge commit '2575b1917b2703fae41a4b4901ad85c888374dfd'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit '2575b1917b2703fae41a4b4901ad85c888374dfd': build: Add separate flags for checkheaders targets Merged-by: Clément Bœsch <u@pkh.me>
| * build: Add separate flags for checkheaders targetsDiego Biurrun2016-12-03
| | | | | | | | This allows filtering out some warning noise.
* | Merge commit '984e50e74ba71301720652e56232161a994bd0b5'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit '984e50e74ba71301720652e56232161a994bd0b5': build: Add -Wpedantic and -Wextra to extra warning flags Merged-by: Clément Bœsch <u@pkh.me>
| * build: Add -Wpedantic and -Wextra to extra warning flagsDiego Biurrun2016-12-03
| | | | | | | | Also drop -Winline from set of warning flags as it only produces noise.
* | Merge commit '518a22471e40604a158180a0660aabeeec65e07f'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit '518a22471e40604a158180a0660aabeeec65e07f': configure: Be more helpful when requiring options set Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Be more helpful when requiring options setLuca Barbato2016-12-02
| | | | | | | | Be explicit about which options should be set.
* | Merge commit 'c21d78a903da378af48c9e5f971fe989592ddb65'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit 'c21d78a903da378af48c9e5f971fe989592ddb65': configure: Integrate X11 checks into vaapi/vdpau checks Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Integrate X11 checks into vaapi/vdpau checksDiego Biurrun2016-11-29
| |
* | Merge commit '8b56dbe7435d8cfe3964f447fc45fe98db5d9042'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit '8b56dbe7435d8cfe3964f447fc45fe98db5d9042': configure: Do not add newlines in filter()/filter_out() functions Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Do not add newlines in filter()/filter_out() functionsDiego Biurrun2016-11-29
| |
* | Merge commit '9254344e11f9b016088ec6250724f74377f5d7a0'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit '9254344e11f9b016088ec6250724f74377f5d7a0': configure: Move hardware-accelerated codec deps out of hwaccel section Merged-by: Clément Bœsch <u@pkh.me>
| * configure: Move hardware-accelerated codec deps out of hwaccel sectionDiego Biurrun2016-11-29
| |
* | Merge commit 'd4f2a681cb6d4e913f1c879ad376313255d6cf4c'Clément Bœsch2017-04-08
|\| | | | | | | | | | | | | * commit 'd4f2a681cb6d4e913f1c879ad376313255d6cf4c': configure: MMAL-related decoders should depend on, not select, mmal Merged-by: Clément Bœsch <u@pkh.me>
| * configure: MMAL-related decoders should depend on, not select, mmalDiego Biurrun2016-11-29
| |
| * build: Drop gcrypt supportDiego Biurrun2016-11-25
| | | | | | | | GnuTLS in combination with gcrypt has been deprecated since 2010.
* | Merge commit 'bf2f748fc74fff5272075e1fe1c07b4152421526'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit 'bf2f748fc74fff5272075e1fe1c07b4152421526': configure: Use correct libm linker flag during math function checks Merged-by: James Almer <jamrial@gmail.com>
| * configure: Use correct libm linker flag during math function checksDiego Biurrun2016-11-25
| |
| * configure: Add missing asyncts filter, movie filter, and output example depsDiego Biurrun2016-11-25
| | | | | | | | Also add a missing avcodec.h #include in the movie filter.
* | Merge commit '04698d528cac334b6b5cabd3384f01406a766285'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit '04698d528cac334b6b5cabd3384f01406a766285': configure: Use correct variable name in libsnappy test Merged-by: James Almer <jamrial@gmail.com>
| * configure: Use correct variable name in libsnappy testDiego Biurrun2016-11-25
| |
* | Merge commit '30f0d1b997f15d667c05feab0b54f0b2814ba7a9'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit '30f0d1b997f15d667c05feab0b54f0b2814ba7a9': configure: Remove old avisynth support leftover Merged-by: James Almer <jamrial@gmail.com>
| * configure: Remove old avisynth support leftoverDiego Biurrun2016-11-25
| |
* | Merge commit '5bcc6f76f180d0f88269018727c92fc562fb8abb'James Almer2017-04-04
|\| | | | | | | | | | | | | * commit '5bcc6f76f180d0f88269018727c92fc562fb8abb': configure: Disable warning C4703 with MSVC Merged-by: James Almer <jamrial@gmail.com>
| * configure: Disable warning C4703 with MSVCDiego Biurrun2016-11-24
| | | | | | | | | | This disables warnings about potentially uninitialized local pointer variables. Disabling the warning is in line with what we do for gcc.
* | Merge commit '1dd2b6c91ca5f26207805720d4f5564de60b241b'Clément Bœsch2017-04-03
|\| | | | | | | | | | | | | * commit '1dd2b6c91ca5f26207805720d4f5564de60b241b': examples/qsvdec: switch to the hwcontext API Merged-by: Clément Bœsch <u@pkh.me>
| * examples/qsvdec: switch to the hwcontext APIAnton Khirnov2016-11-23
| | | | | | | | The code now does not depend on VA and will work on windows as well.
* | Merge commit 'ffe89e1edb0281ff65d1bda88253784e9283b717'Clément Bœsch2017-04-01
|\| | | | | | | | | | | | | * commit 'ffe89e1edb0281ff65d1bda88253784e9283b717': configure: Move mjpeg_vaapi_decoder dependency declarations to the right place Merged-by: Clément Bœsch <u@pkh.me>