summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_alsa.c
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 /audio/out/ao_alsa.c
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 'audio/out/ao_alsa.c')
-rw-r--r--audio/out/ao_alsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/ao_alsa.c b/audio/out/ao_alsa.c
index 9b53a3af2f..63cba45aac 100644
--- a/audio/out/ao_alsa.c
+++ b/audio/out/ao_alsa.c
@@ -48,7 +48,6 @@
#include "ao.h"
#include "internal.h"
#include "audio/format.h"
-#include "audio/reorder_ch.h"
struct priv {
snd_pcm_t *alsa;