summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-09 22:21:24 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-09 22:22:48 +0200
commita8ec044d54817186193191f07b6d763cb823f1a1 (patch)
tree58218595350d782c3829da1b15119dd29daf8ec5 /audio
parent8a25a4af655f429382040aac6625ddd776f5da96 (diff)
downloadmpv-a8ec044d54817186193191f07b6d763cb823f1a1.tar.bz2
mpv-a8ec044d54817186193191f07b6d763cb823f1a1.tar.xz
fix -Wvisibility warnings with clang
Now everything compiles with no warnings! yay!
Diffstat (limited to 'audio')
-rw-r--r--audio/out/internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index 399a8ee8b4..7c5647d8fe 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -22,8 +22,7 @@
#include <stdbool.h>
#include <pthread.h>
-#include "audio/chmap.h"
-#include "audio/chmap_sel.h"
+#include "audio/out/ao.h"
// If ao_get_delay() reaches this value after ao_play() was called with the
// AOPLAY_FINAL_CHUNK flag set, the playback core expects that the audio has