summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* build: make iconv build configurable.Clément Bœsch2013-02-281-2/+3
|
* build: fix iconv detection on some systems.Clément Bœsch2013-02-271-1/+1
| | | | This at least fix the build on CentOS.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-261-2/+0
|\ | | | | | | | | | | | | * qatar/master: configure: icc: Drop nonsense adding of cpuflags to LDFLAGS Merged-by: Michael Niedermayer <[email protected]>
| * configure: icc: Drop nonsense adding of cpuflags to LDFLAGSDiego Biurrun2013-02-261-2/+0
| | | | | | | | This fixes many icc warnings when not setting the CPU type.
* | Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer2013-02-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit 'e951b6d94c441d46b396ef12da1428297d77251d': vorbisdec: cosmetics: rename variable avccontext to avctx configure: Identify icc compiler with a less ambiguous pattern Conflicts: libavcodec/vorbisdec.c Merged-by: Michael Niedermayer <[email protected]>
| * configure: Identify icc compiler with a less ambiguous patternDiego Biurrun2013-02-251-1/+1
| |
* | Merge commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47'Michael Niedermayer2013-02-261-2/+1
|\| | | | | | | | | | | | | | | | | | | * commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47': configure: Separate "ln" command line arguments Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Separate "ln" command line argumentsDiego Biurrun2013-02-251-2/+1
| | | | | | | | This is more compatible and not more complicated.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-241-43/+4
|\| | | | | | | | | | | | | | | | | | | * qatar/master: configure: List external libs used using print_enabled() Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: List external libs used using print_enabled()Mans Rullgard2013-02-241-30/+4
| | | | | | | | | | | | | | This cuts some lines from the script as well as the output and simplifies maintenance. Signed-off-by: Mans Rullgard <[email protected]>
* | Merge commit '3fc09b0081184f26edbb62d2d72ae89bf9e21768'Michael Niedermayer2013-02-241-49/+53
|\| | | | | | | | | | | | | | | | | | | * commit '3fc09b0081184f26edbb62d2d72ae89bf9e21768': configure: Move list of external libs to a separate variable Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Move list of external libs to a separate variableMans Rullgard2013-02-241-32/+36
| | | | | | | | Signed-off-by: Mans Rullgard <[email protected]>
* | Merge commit '45235ac488363e3360bf2f2275102d1ec66eba0f'Michael Niedermayer2013-02-241-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '45235ac488363e3360bf2f2275102d1ec66eba0f': configure: Move x11grab option to a more suitable place in the help output lavr: allow setting internal_sample_fmt option by string lavr: Add "resample_cutoff" option as a duplicate of "cutoff" Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Move x11grab option to a more suitable place in the help outputDiego Biurrun2013-02-241-1/+1
| |
* | configure: hwaccel autodetection has been removed in ↵Michael Niedermayer2013-02-241-3/+3
| | | | | | | | | | | | | | | | | | | | 82ca17ac7a0a08784cb6808384ee237ac28e8334 If you want it back (yeah i want it back too) then you just need to volunteer to maintain the code in configure thats related to hwaccel autodetection. Signed-off-by: Michael Niedermayer <[email protected]>
* | configure: Simplify VDPAU header checkDiego Biurrun2013-02-241-3/+2
| | | | | | | | | | | | Conflicts: configure
* | Merge commit '82ca17ac7a0a08784cb6808384ee237ac28e8334'Michael Niedermayer2013-02-241-20/+36
|\| | | | | | | | | | | | | | | | | | | * commit '82ca17ac7a0a08784cb6808384ee237ac28e8334': configure: Fix vaapi/vda/vdpau dependency declarations Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun2013-02-231-17/+34
| |
* | Merge commit '215cdd35efd625ec28ef5846f1692b18f7c2c230'Michael Niedermayer2013-02-241-6/+7
|\| | | | | | | | | | | | | | | | | | | * commit '215cdd35efd625ec28ef5846f1692b18f7c2c230': configure: Refactor dxva2api.h dependency declarations Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Refactor dxva2api.h dependency declarationsDiego Biurrun2013-02-231-6/+7
| |
* | Merge commit '4cc4b33f71d3982df404fceb4405d656c538bc74'Michael Niedermayer2013-02-241-1/+16
|\| | | | | | | | | | | | | | | | | | | | | * commit '4cc4b33f71d3982df404fceb4405d656c538bc74': build: Add proper infrastructure for adding and checking host CPPFLAGS Conflicts: Makefile configure Merged-by: Michael Niedermayer <[email protected]>
| * build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun2013-02-231-1/+16
| |
| * configure: Simplify VDPAU header checkDiego Biurrun2013-02-231-3/+2
| |
* | Merge commit '9840130edf3a969ec06dd0faa61dcf8d90c5f67a'Michael Niedermayer2013-02-241-8/+2
|\| | | | | | | | | | | | | | | | | | | * commit '9840130edf3a969ec06dd0faa61dcf8d90c5f67a': configure: Simplify VDA header and extralibs check Conflicts: configure Merged-by: Michael Niedermayer <[email protected]>
| * configure: Simplify VDA header and extralibs checkDiego Biurrun2013-02-231-5/+2
| |
* | Merge commit '0a8da1a3e5f0b9329dfb89d17356ff5444c02351'Michael Niedermayer2013-02-241-3/+0
|\| | | | | | | | | | | | | * commit '0a8da1a3e5f0b9329dfb89d17356ff5444c02351': configure: Do not redundantly list enabled hwaccel libs Merged-by: Michael Niedermayer <[email protected]>
| * configure: Do not redundantly list enabled hwaccel libsMans Rullgard2013-02-231-3/+0
| | | | | | | | | | | | The enabled hwaccels are listed later anyway. Signed-off-by: Mans Rullgard <[email protected]>
* | Merge commit '7432e872066d6960a9fbd31c51a94ebe6183389e'Michael Niedermayer2013-02-241-2/+6
|\| | | | | | | | | | | | | * commit '7432e872066d6960a9fbd31c51a94ebe6183389e': configure: Add print_3_columns helper function and use where appropriate Merged-by: Michael Niedermayer <[email protected]>
| * configure: Add print_3_columns helper function and use where appropriateDiego Biurrun2013-02-231-2/+6
| |
* | configure: Use libiconv on systems that lack built-in iconvJames Almer2013-02-211-1/+1
| | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | h264: add videodsp dependency.Ronald S. Bultje2013-02-201-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | configure: fix libavfilter pkgconfig descriptionPaul B Mahol2013-02-191-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b'Michael Niedermayer2013-02-181-3/+12
|\| | | | | | | | | | | | | | | | | | | | | * commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b': build: make audio_frame_queue a stand-alone component Conflicts: configure libavcodec/Makefile Merged-by: Michael Niedermayer <[email protected]>
| * build: make audio_frame_queue a stand-alone componentLuca Barbato2013-02-171-3/+12
| | | | | | | | | | Encoders requiring it have the dependency expressed in the configure.
* | lavc: support subtitles character encoding conversion.Clément Bœsch2013-02-171-0/+2
| |
* | lavfi: port MP noise filterPaul B Mahol2013-02-161-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba'Michael Niedermayer2013-02-151-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba': avutil: Ensure that emms_c is always defined, even on non-x86 configure: Move MinGW CPPFLAGS setting to libc section, where it belongs avutil: Move emms code to x86-specific header Conflicts: configure libavutil/internal.h Merged-by: Michael Niedermayer <[email protected]>
| * configure: Move MinGW CPPFLAGS setting to libc section, where it belongsDiego Biurrun2013-02-141-1/+1
| |
* | Merge commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4'Michael Niedermayer2013-02-121-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4': doc: developer: Fix wording in "naming conventions" section openbsd: Add minor number to shared library install name Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <[email protected]>
| * openbsd: Add minor number to shared library install nameDiego Biurrun2013-02-111-1/+1
| | | | | | | | | | This is what the OpenBSD porter's manual describes as correct, cf. http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
* | Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'Michael Niedermayer2013-02-121-0/+1
|\| | | | | | | | | | | | | | | * commit '304b806cb524fb040f8e09a241040f1af2cb820b': build: Make library minor version visible in the Makefile x86: mpeg4qpel: Make movsxifnidn do the right thing Merged-by: Michael Niedermayer <[email protected]>
| * build: Make library minor version visible in the MakefileDiego Biurrun2013-02-111-0/+1
| | | | | | | | This allows employing that number in library install commands.
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '79dad2a932534d1155079f937649e099f9e5cc27': dsputil: Separate h264chroma Conflicts: libavcodec/dsputil_template.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/vc1dsp.c Merged-by: Michael Niedermayer <[email protected]>
| * dsputil: Separate h264chromaDiego Biurrun2013-02-061-1/+1
| |
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-4/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '620289a20e022b9c16c10d546ef86cc0bb77cc84': sh4: Fix silly type vs. variable name search and replace typo configure: Group all hwaccels together in a separate variable Add av_cold attributes to arch-specific init functions Conflicts: configure libavcodec/arm/mpegvideo_armv5te.c libavcodec/x86/mlpdsp.c libavcodec/x86/motion_est.c libavcodec/x86/mpegvideoenc.c libavcodec/x86/videodsp_init.c Merged-by: Michael Niedermayer <[email protected]>
| * configure: Group all hwaccels together in a separate variableDiego Biurrun2013-02-051-4/+9
| |
* | build: Remove superfluous MAKE variable for the build suffixJames Almer2013-02-031-1/+0
| | | | | | | | | | | | | | Use BUILDSUF instead. Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | build-sys: Fix pkgconfig files when ffmpeg is built with --build-suffixSteven Boswell II2013-02-021-16/+17
| | | | | | | | | | | | | | Tested-on: Fedora Core 14, 16, and 17. Tested-on: Ubuntu by commiter Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-311-0/+1
|\| | | | | | | | | | | | | | | * qatar/master: x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp configure: Add a comment indicating why uclibc is checked before glibc Merged-by: Michael Niedermayer <[email protected]>
| * configure: Add a comment indicating why uclibc is checked before glibcDiego Biurrun2013-01-311-0/+1
| |