From c7e620df96630b4e254040087f37a553bc1988df Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Mar 2014 09:49:34 +0100 Subject: 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). --- wscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 286da3506c..b711dffcb9 100644 --- a/wscript +++ b/wscript @@ -343,13 +343,6 @@ Libav libraries ({0}). Aborting.".format(" ".join(libav_pkg_config_checks)) 'name': '--libavresample', 'desc': 'libavresample', 'func': check_pkg_config('libavresample', '>= 1.1.0'), - }, { - 'name': 'avresample-set-channel-mapping', - 'desc': 'libavresample channel mapping API', - 'deps': [ 'libavresample' ], - 'func': check_statement('libavresample/avresample.h', - 'avresample_set_channel_mapping(NULL, NULL)', - use='libavresample'), }, { 'name': '--libswresample', 'desc': 'libswresample', -- cgit v1.2.3