summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* 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.
* configure: Simplify MMAL checkDiego Biurrun2016-12-05
|
* build: Add missing audio_frame_queue dependency for libwavpack encoderDiego Biurrun2016-12-05
|
* build: Create a component for MPEG audio header decodingDiego Biurrun2016-12-05
| | | | Fixes standalone compilation of the libmp3lame encoder.
* 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
|
* 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.
* build: Drop support for old versions of libdc1394Diego Biurrun2016-12-03
| | | | The libdc1394 API transition was finished close to a decade ago.
* build: Add separate flags for checkheaders targetsDiego Biurrun2016-12-03
| | | | This allows filtering out some warning noise.
* 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.
* configure: Be more helpful when requiring options setLuca Barbato2016-12-02
| | | | Be explicit about which options should be set.
* configure: Integrate X11 checks into vaapi/vdpau checksDiego Biurrun2016-11-29
|
* configure: Do not add newlines in filter()/filter_out() functionsDiego Biurrun2016-11-29
|
* configure: Move hardware-accelerated codec deps out of hwaccel sectionDiego Biurrun2016-11-29
|
* 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.
* 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.
* configure: Use correct variable name in libsnappy testDiego Biurrun2016-11-25
|
* configure: Remove old avisynth support leftoverDiego Biurrun2016-11-25
|
* 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.
* 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.
* configure: Move mjpeg_vaapi_decoder dependency declarations to the right placeDiego Biurrun2016-11-16
|
* qsv: Add VP8 decoderMark Thompson2016-11-14
|
* qsv: Add VC-1 decoderMark Thompson2016-11-14
| | | | | It uses the same code as the MPEG-2 decoder, so the file is renamed to contain all "other" (that is, not H.26[45]) codecs.
* libxvid: Require availability of mkstemp()Diego Biurrun2016-11-11
| | | | | The replacement code uses tempnam(), which is dangerous. Such a fringe feature is not worth the trouble.
* configure: Move license checks directly after command line parsingDiego Biurrun2016-11-09
| | | | | This will allow to error out immediately if incompatible options are passed on the command line instead of running time-consuming tests.
* configure: Log name and parameters of all helper functions where it makes senseDiego Biurrun2016-11-09
|
* configure: Use check_cpp in CPP flags testsDiego Biurrun2016-11-09
|
* configure: Log correct test name and use correct filter when testing ↵Diego Biurrun2016-11-09
| | | | objective C flags
* configure: Do not unconditionally check for (and enable) xlibDiego Biurrun2016-11-09
| | | | This avoids unnecessarily linking against xlib.
* configure: Print list of enabled programsDiego Biurrun2016-11-09
| | | | Also drop a related and now redundant informative output line.
* configure: Improve output wordingDiego Biurrun2016-11-09
| | | | Also drop a redundant output line.
* configure: Add --quiet command line parameter to suppress informative outputDiego Biurrun2016-11-08
|
* configure: Silence lld-link when getting the version numberMartin Storsjö2016-11-04
| | | | | | | | | | | | 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>
* examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-02
|
* examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-02
| | | | | The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.
* examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-02
| | | | | 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-30
| | | | | | Avoid an underlink issue on recent distributions. CC: libav-stable@libav.org
* openssl: Support version 1.1.0.Matt Oliver2016-10-23
| | | | | | | Further simplifications by Martin Storsjö, to minimize the diff. Signed-off-by: Martin Storsjö <martin@martin.st>
* configure: Print warnings after all other outputDiego Biurrun2016-10-19
|
* configure: #include stdint.h as part of libxavs testDiego Biurrun2016-10-06
| | | | | 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-02
| | | | 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-02
| | | | Adapted from the code by Rémi Denis-Courmont from VLC
* Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-10-02
| | | | Adapted from the code by Rémi Denis-Courmont from VLC
* Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-10-02
| | | | Adapted from the code by Rémi Denis-Courmont from VLC
* Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-10-02
| | | | Adapted from the code by Rémi Denis-Courmont from VLC
* Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-10-02
| | | | Adapted from the code by Rémi Denis-Courmont from VLC
* configure: check for stdatomic.hAnton Khirnov2016-10-02
| | | | | | | Since this is a C11 feature, it requires -std=c11. Not actually used for anything yet, that will be added in the following commits.