summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/opts.c')
-rw-r--r--gui/mplayer/gtk/opts.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gui/mplayer/gtk/opts.c b/gui/mplayer/gtk/opts.c
index 60e9a1bde8..e57688d539 100644
--- a/gui/mplayer/gtk/opts.c
+++ b/gui/mplayer/gtk/opts.c
@@ -1,4 +1,5 @@
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
@@ -12,6 +13,10 @@
#include "mixer.h"
#include "libao2/audio_out.h"
#include "libvo/video_out.h"
+#include "stream/stream.h"
+#include "libmpdemux/demuxer.h"
+#include "libmpdemux/stheader.h"
+#include "libmpcodecs/dec_video.h"
#include "app.h"
#include "cfg.h"
@@ -21,9 +26,6 @@
#include "fs.h"
#include "common.h"
-typedef struct sh_video_t sh_video_t;
-typedef struct sh_audio_t sh_audio_t;
-
// for mpcodecs_[av]d_drivers:
#include "libmpcodecs/vd.h"
#include "libmpcodecs/ad.h"