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). --- audio/out/ao_pcm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/out/ao_pcm.c') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index b14c9f4d79..ab5faf6173 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -32,7 +32,6 @@ #include "options/m_option.h" #include "audio/format.h" -#include "audio/reorder_ch.h" #include "ao.h" #include "internal.h" #include "common/msg.h" -- cgit v1.2.3