From 1c0210c7981b6a61043d9171f506b435ff5a1f5e Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 29 Apr 2014 18:53:16 +0200 Subject: lavfi: add Bauer stereo-to-binaural audio filter Signed-off-by: Anton Khirnov --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 30f90eb260..47fd690a4f 100755 --- a/configure +++ b/configure @@ -178,6 +178,7 @@ External library support: --enable-bzlib enable bzlib [autodetect] --enable-frei0r enable frei0r video filtering --enable-gnutls enable gnutls [no] + --enable-libbs2b enable bs2b DSP library [no] --enable-libcdio enable audio CD grabbing with libcdio --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394 and libraw1394 [no] @@ -1124,6 +1125,7 @@ EXTERNAL_LIBRARY_LIST=" bzlib frei0r gnutls + libbs2b libcdio libdc1394 libfaac @@ -2085,6 +2087,7 @@ unix_protocol_select="network" # filters blackframe_filter_deps="gpl" boxblur_filter_deps="gpl" +bs2b_filter_deps="libbs2b" cropdetect_filter_deps="gpl" delogo_filter_deps="gpl" drawtext_filter_deps="libfreetype" @@ -4027,6 +4030,7 @@ enabled avisynth && { { check_header "avisynth/avisynth_c.h" && check_l die "ERROR: LoadLibrary/dlopen not found, or avisynth header not found"; } enabled frei0r && { check_header frei0r.h || die "ERROR: frei0r.h header not found"; } enabled gnutls && require_pkg_config gnutls gnutls/gnutls.h gnutls_global_init +enabled libbs2b && require_pkg_config libbs2b bs2b.h bs2b_open enabled libfaac && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaac enabled libfdk_aac && require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac enabled libfontconfig && require_pkg_config fontconfig "fontconfig/fontconfig.h" FcInit -- cgit v1.2.3