summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_core.h')
-rw-r--r--mpvcore/mp_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpvcore/mp_core.h b/mpvcore/mp_core.h
index 8f57a65edf..98096aa5fe 100644
--- a/mpvcore/mp_core.h
+++ b/mpvcore/mp_core.h
@@ -22,7 +22,6 @@
#include <stdbool.h>
#include "mpvcore/options.h"
-#include "audio/mixer.h"
#include "demux/demux.h"
// definitions used internally by the core player code
@@ -179,7 +178,7 @@ typedef struct MPContext {
// demuxer defines metadata), or special purpose demuxers like TV.
struct demuxer *master_demuxer;
- mixer_t mixer;
+ struct mixer *mixer;
struct ao *ao;
struct vo *video_out;