summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Merge commit '91894f27dce531c13d7e1be20253877f2e1e9e66'Michael Niedermayer2015-03-17
|\ | | | | | | | | | | | | | | | | | | | | * commit '91894f27dce531c13d7e1be20253877f2e1e9e66': configure: Disable shift operator precedence warnings with MSVC Conflicts: configure See: 9e208ce6dd94596b4185a93af4aab3dcd28eb5b7 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Disable shift operator precedence warnings with MSVCDiego Biurrun2015-03-17
| |
* | configure: Silence EMMS warnings in ICCMichael Niedermayer2015-03-16
| | | | | | | | | | | | | | | | | | Real world MMX code does not put EMMS at the start and end of every function, it would be incredibly inefficient to do that thus do not warn about that Tested-by: Carl Eugen Hoyos <cehoyos@ag.or.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'faab8f9fcb4ffeb967dc6872c0f1e9da719106ce'Michael Niedermayer2015-03-16
|\| | | | | | | | | | | | | | | | | | | * commit 'faab8f9fcb4ffeb967dc6872c0f1e9da719106ce': configure: move cross_compile checks after the toolchain section Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: move cross_compile checks after the toolchain sectionJanne Grunau2015-03-16
| |
* | Merge commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea'Michael Niedermayer2015-03-16
|\| | | | | | | | | | | | | * commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea': configure: handle Apple's armv7s in probe_arm_arch() Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: handle Apple's armv7s in probe_arm_arch()Janne Grunau2015-03-16
| |
* | configure: fix zlib dependancy of tdscMichael Niedermayer2015-03-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '247e370e2a913db52ca079b347a174c8d393b171': TDSC decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * TDSC decoderVittorio Giovara2015-03-13
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit '9c8074050745184a61059ad56045ad711299e33d'Michael Niedermayer2015-03-12
|\| | | | | | | | | | | | | * commit '9c8074050745184a61059ad56045ad711299e33d': configure: Mark qsv subsystem as not selectable on the command line Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Mark qsv subsystem as not selectable on the command lineDiego Biurrun2015-03-11
| |
* | Merge commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb'Michael Niedermayer2015-03-11
|\| | | | | | | | | | | | | | | | | | | * commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb': configure: Enable colored output for gcc 4.9+ Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Enable colored output for gcc 4.9+Vittorio Giovara2015-03-11
| |
* | Force -D__EXTENSIONS__ on Solaris.Carl Eugen Hoyos2015-03-10
| | | | | | | | | | | | This fixes compilation of libavformat/udp.o on some installations, regression since 3a5cbc91 Reported by Cristian Dustinta for SunOS 5.10
* | Add dependencies to configure file for vf_fftfiltArwa Arif2015-03-09
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b77e335e441040a40fc6156b8e4a134745d10233'Michael Niedermayer2015-03-07
|\| | | | | | | | | | | | | * commit 'b77e335e441040a40fc6156b8e4a134745d10233': configure: Move the .object_arch check to the right place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Move the .object_arch check to the right placeMartin Storsjö2015-03-07
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'Michael Niedermayer2015-03-07
|\| | | | | | | | | | | | | * commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73': arm: Suppress tags about used cpu arch and extensions Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-07
| | | | | | | | | | | | | | | | | | | | When all the codepaths using manually set .arch/.fpu code is behind runtime detection, the elf attributes should be suppressed. This allows tools to know that the final built binary doesn't strictly require these extensions. Signed-off-by: Martin Storsjö <martin@martin.st>
* | configure: Make compilable with VS2015Peter Tissen2015-03-06
| | | | | | | | | | | | | | | | | | So Visual Studio 2015 has some breaking changes regarding the C runtime. In short, they made C99 compatable runtime. Refer to http://blogs.msdn.com/b/vcblog/archive/2014/06/18/crt-features-fixes-and-breaking-changes-in-visual-studio-14-ctp1.aspx Made-Seriously-Happy: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure, mips: remove MIPS32R2, merging it with MIPSFPUJames Cowgill2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no independant uses of mips32r2 instructions except for the FPU parts. Due to the heavy use of mips32r2 specifc fpu extensions, I am guessing the original author intended MIPSFPU to imply MIPS32R2 anyway. Since these fpu instructions are available on mips64 (non-r2), enable them there as well. Also remove the last occurence of HAVE_MIPS32R2 (which is coupled to HAVE_MIPSFPU anyway). mips32r2 is left in the list of options form compatability so that using --disable-mips32r2 doesn't break anything. Signed-off-by: James Cowgill <james410@cowgill.org.uk> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Allow AVFoundation compilation on OS X 10.7.Carl Eugen Hoyos2015-03-04
| | | | | | | | | | | | Fixes ticket #4238. Reviewed-by: Thilo Borgmann
* | configure/help: consistently use "autodetect"Clément Bœsch2015-03-02
| |
* | Merge commit '990e4a6639d0714198583c2812b1074b5751898f'Michael Niedermayer2015-03-01
|\| | | | | | | | | | | | | | | | | | | | | * commit '990e4a6639d0714198583c2812b1074b5751898f': Add a QSV decoding example. Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a QSV decoding example.Anton Khirnov2015-02-28
| |
* | Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-01
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '71f1ad37d858b810b71a4af1c25771beaa50b27b': lavc: do not compile fmtconvert unconditionally Conflicts: configure libavcodec/ppc/Makefile libavcodec/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
| | | | | | | | Only ac3dec and dcadec use it.
* | Merge commit '82b6e451161f19ab90bfb9565b710021caf5dcbd'Michael Niedermayer2015-02-26
|\| | | | | | | | | | | | | | | | | | | * commit '82b6e451161f19ab90bfb9565b710021caf5dcbd': configure: Move the cross_prefix setting after the toolchain one Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Move the cross_prefix setting after the toolchain oneLuca Barbato2015-02-26
| | | | | | | | | | | | Makes passing to configure --toolchain=gcc-asan --cross-prefix=armv7a-hardfloat-linux-gnueabi- work as intended.
* | Merge commit '521979e6b1e7a89751aebc285a40d6508f8af48f'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | | | | | | | | | * commit '521979e6b1e7a89751aebc285a40d6508f8af48f': configure: Properly fail when libcdio/cdparanoia is not found Conflicts: configure See: f514b5dff769a331ea2153c23594d9b29b667141 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Properly fail when libcdio/cdparanoia is not foundVittorio Giovara2015-02-22
| |
* | Merge commit 'f7cc6627c01ad3f5bc6ea2d0e6f8adb3a0b490d7'Michael Niedermayer2015-02-23
|\| | | | | | | | | | | | | * commit 'f7cc6627c01ad3f5bc6ea2d0e6f8adb3a0b490d7': configure: Use pkg-config for libdc1394 discovery Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Use pkg-config for libdc1394 discoveryVittorio Giovara2015-02-22
| | | | | | | | | | | | | | | | Since not all systems need the libraw1394 dependency, let pkg-config provide the list of libraries actually needed. The libdc1394-2.pc file has been included since version 2 (2008-01-05), so it should be safe to use.
* | Merge commit '11c22dfd495bbd3f38df639772aa4bb9a1be882d'Michael Niedermayer2015-02-19
|\| | | | | | | | | | | | | * commit '11c22dfd495bbd3f38df639772aa4bb9a1be882d': configure: add missing h264_qsv hwaccel deps Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: add missing h264_qsv hwaccel depsAnton Khirnov2015-02-19
| |
* | Merge commit '4e08c821106fc1d6d358864abf0d8488b12f38c6'Michael Niedermayer2015-02-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '4e08c821106fc1d6d358864abf0d8488b12f38c6': lavc: add an Intel libmfx-based H.264 decoder Conflicts: configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: add an Intel libmfx-based H.264 decoderAnton Khirnov2015-02-19
| | | | | | | | | | Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori Yamazoe <drocon11@gmail.com>.
| * xcbgrab: Check for xcb-shapeLuca Barbato2015-02-15
| | | | | | | | It is required.
* | Force linking against user32 if dxva2 is enabled.Carl Eugen Hoyos2015-02-17
| | | | | | | | | | | | | | Fixes compilation with vfwcap disabled. Reported and tested by Bernhard Döbler, programmer bardware de Reviewed-by: Matt Oliver
* | avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | test/fate: added mxf_opatom regression testsMark Reid2015-02-10
| | | | | | | | | | Reviewed-by: tomas.hardin@codemill.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Do not use -mdynamic-no-pic on OSX x86_64.Carl Eugen Hoyos2015-02-08
| | | | | | | | Fixes default compilation with icc.
* | Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e'Michael Niedermayer2015-02-04
|\| | | | | | | | | | | | | | | | | | | * commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e': aacdec: Support for ER AAC ELD 480. Conflicts: libavcodec/aacdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-03
| | | | | | | | Based in part on work from Niel van der Westhuizen <espes@pequalsnp.com>.
* | Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8'Michael Niedermayer2015-02-02
|\| | | | | | | | | | | | | | | | | | | | | * commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8': opus: Factor out imdct15 into a standalone component Conflicts: configure libavcodec/opus_celt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-02
| | | | | | | | It will be reused by the AAC decoder.
| * configure: Add a dependency on vc1_decoder from vc1_parserMartin Storsjö2015-02-02
| | | | | | | | | | | | | | | | | | This fixes builds with vc1_parser enabled without vc1_decoder. All the vc1_decoder object files were included in the vc1_parser line in libavcodec/Makefile before, but architecture specific object files for vc1_decoder were not. Signed-off-by: Martin Storsjö <martin@martin.st>
| * Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-27
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | configure: remove mp_filter leftoverPaul B Mahol2015-01-31
| | | | | | | | | | Pointed out by: ubitux Signed-off-by: Paul B Mahol <onemda@gmail.com>