summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* configure: Identify icc compiler with a less ambiguous patternDiego Biurrun2013-02-25
|
* configure: Separate "ln" command line argumentsDiego Biurrun2013-02-25
| | | | This is more compatible and not more complicated.
* configure: List external libs used using print_enabled()Mans Rullgard2013-02-24
| | | | | | | This cuts some lines from the script as well as the output and simplifies maintenance. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: Move list of external libs to a separate variableMans Rullgard2013-02-24
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: Move x11grab option to a more suitable place in the help outputDiego Biurrun2013-02-24
|
* configure: Fix vaapi/vda/vdpau dependency declarationsDiego Biurrun2013-02-23
|
* configure: Refactor dxva2api.h dependency declarationsDiego Biurrun2013-02-23
|
* build: Add proper infrastructure for adding and checking host CPPFLAGSDiego Biurrun2013-02-23
|
* configure: Simplify VDPAU header checkDiego Biurrun2013-02-23
|
* configure: Simplify VDA header and extralibs checkDiego Biurrun2013-02-23
|
* configure: Do not redundantly list enabled hwaccel libsMans Rullgard2013-02-23
| | | | | | The enabled hwaccels are listed later anyway. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: Add print_3_columns helper function and use where appropriateDiego Biurrun2013-02-23
|
* build: make audio_frame_queue a stand-alone componentLuca Barbato2013-02-17
| | | | | Encoders requiring it have the dependency expressed in the configure.
* configure: Move MinGW CPPFLAGS setting to libc section, where it belongsDiego Biurrun2013-02-14
|
* openbsd: Add minor number to shared library install nameDiego Biurrun2013-02-11
| | | | | This is what the OpenBSD porter's manual describes as correct, cf. http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
* build: Make library minor version visible in the MakefileDiego Biurrun2013-02-11
| | | | This allows employing that number in library install commands.
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
|
* configure: Group all hwaccels together in a separate variableDiego Biurrun2013-02-05
|
* configure: Add a comment indicating why uclibc is checked before glibcDiego Biurrun2013-01-31
|
* configure: Move newlib libc check before mingw libc checkDiego Biurrun2013-01-31
| | | | | | On Cygwin systems MinGW headers can be present if the corresponding packages have been installed. Since the MinGW libc is checked for first, this results in newlib getting misdetected as MinGW libc.
* build: Make the H.264 parser select h264qpelDiego Biurrun2013-01-24
| | | | It is required for building the shared H.264 code.
* openbsd: configure: Stop enabling PIC by defaultDiego Biurrun2013-01-24
| | | | | | Previously PIC was enabled as a magic workaround for binaries that built fine, but failed to function at all. This problem no longer exists, possibly since the introduction of symbol versioning.
* libgsm: detect libgsm header pathBrad Smith2013-01-21
| | | | | | | Libgsm header can reside either in the base include dir or in the gsm subdir. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* configure: Run SHFLAGS through ldflags_filter()Sean McGovern2013-01-18
| | | | | | | These flags are as linker-specific as other LDFLAGS and thus need to be translated to the correct linker syntax. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* libcdio: support recent cdio-paranoiaLuca Barbato2013-01-17
| | | | | Upstream decided to split the paranoia interface and move the headers accordingly.
* configure: Make the new srtp protocol depend on the rtp protocolMartin Storsjö2013-01-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* configure: Make warnings from -Wreturn-type fatal errorsDiego Biurrun2013-01-14
| | | | These warnings have no false positives and point to serious bugs.
* suncc: Replace more GCC flags by their equivalents in suncc_flags()Sean McGovern2013-01-14
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* libvpx: make vp8 and vp9 selectableLuca Barbato2013-01-14
| | | | Support older libvpx versions.
* vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* configure: enable pic for shared libs on AArch64Marcin Juszkiewicz2013-01-11
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Storsjö <martin@martin.st>
* Drop Snow codecDiego Biurrun2013-01-06
| | | | Snow is a toy codec with no real-world use and horrible code.
* configure: suppress -fPIC in msvc buildsHendrik Leppkes2012-12-31
| | | | | | | MSVC doesn't understand the option, and emits a warning on every call to cl.exe. Signed-off-by: Martin Storsjö <martin@martin.st>
* build: Add rtpenc_chain extra config optionDiego Biurrun2012-12-28
| | | | | | Also fixes linking in various configs with only individual parts enabled because the RTP muxer chaining code depends on the general RTP code, which is now accounted for.
* configure: Add --disable-all command line optionDiego Biurrun2012-12-28
| | | | | This option disables all programs, libraries and other parts of Libav that get built as part of the compilation process.
* configure: cosmetics: Separate hwaccel dependencies from decoders/encodersDiego Biurrun2012-12-23
| | | | Also move mpegvideo_select statement to the correct position.
* configure: Make avconv depend on null, anull and resample filtersDiego Biurrun2012-12-21
| | | | Building avconv without that functionality makes little sense.
* miscellaneous typo fixesDiego Biurrun2012-12-21
|
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
| | | | | | | | Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* configure: formatting cosmeticsDiego Biurrun2012-12-18
|
* configure: fix automatic processing of _extralibs in check_depsMans Rullgard2012-12-09
| | | | | | | This fixes the automatic use of $foo_extralibs when feature foo is enabled indirectly through a _select or _suggest. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: Have protocols select network code instead of depending on itDiego Biurrun2012-12-09
|
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-07
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* arm: detect cpu features at runtime on LinuxMans Rullgard2012-12-07
| | | | | | | | This allows compiling optimised functions for features not enabled in the core build and selecting these at runtime if the system has the necessary support. Signed-off-by: Mans Rullgard <mans@mansr.com>
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-07
| | | | | | | This is consistent with usual ARM nomenclature as well as with the VFPV3 and NEON symbols which both lack the ARM prefix. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: arm: make _inline arch ext symbols depend on inline_asmMans Rullgard2012-12-07
| | | | | | This makes --disable-inline-asm work as expected. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: arm: check inline and external asm support for extensionsMans Rullgard2012-12-07
| | | | | | | This tests instruction set support in both inline and external asm. If both fail, the base config option is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>