summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-16 09:49:34 +0100
committerwm4 <wm4@nowhere>2014-03-16 13:19:28 +0100
commitc7e620df96630b4e254040087f37a553bc1988df (patch)
treeca000ecbded2d243748da522741b6af4688af2a7 /old-configure
parentbb0290145a85fd749b4ed392890c0269d7070f11 (diff)
downloadmpv-c7e620df96630b4e254040087f37a553bc1988df.tar.bz2
mpv-c7e620df96630b4e254040087f37a553bc1988df.tar.xz
af_lavrresample: remove avresample_set_channel_mapping() fallbacks
This function is now always available. Also remove includes of reorder_ch.h from some AOs (these are just old relicts).
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/old-configure b/old-configure
index 7cc8338a4e..a1009ce6ef 100755
--- a/old-configure
+++ b/old-configure
@@ -2669,7 +2669,6 @@ echores "yes"
_resampler=no
_avresample=no
-_avresample_has_set_channel_mapping=no
def_libswresample='#define HAVE_LIBSWRESAMPLE 0'
@@ -2685,12 +2684,6 @@ if test "$_disable_avresample" = no ; then
fi
echores "$_resampler"
-if test "$_avresample" = yes ; then
- echocheck "libavresample avresample_set_channel_mapping() API"
- statement_check libavresample/avresample.h 'avresample_set_channel_mapping(NULL, NULL)' && _avresample_has_set_channel_mapping=yes
- echores "$_avresample_has_set_channel_mapping"
-fi
-
if test "$_resampler" = no ; then
echocheck "libswresample >= 0.17.104"
@@ -2706,12 +2699,6 @@ if test "$_resampler" = no ; then
die "No resampler found. Install libavresample or libswresample (FFmpeg)."
fi
-if test "$_avresample_has_set_channel_mapping" = yes ; then
- def_avresample_has_set_channel_mapping='#define HAVE_AVRESAMPLE_SET_CHANNEL_MAPPING 1'
-else
- def_avresample_has_set_channel_mapping='#define HAVE_AVRESAMPLE_SET_CHANNEL_MAPPING 0'
-fi
-
echocheck "libavcodec avcodec_enum_to_chroma_pos API"
_avcodec_has_chroma_pos_api=no
@@ -3503,7 +3490,6 @@ $def_xv
$def_encoding
$def_libavresample
$def_libswresample
-$def_avresample_has_set_channel_mapping
$def_fast_64bit
$def_pthreads