changeset 7473:bd7a539178a3

compilation fix, patch by Sidik Isani <lksi@cfht.hawaii.edu>
author arpi
date Sun, 22 Sep 2002 12:10:38 +0000
parents c4434bdf6e51
children aa2274311ebb
files Gui/mplayer/gtk/opts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/gtk/opts.c	Sun Sep 22 02:33:28 2002 +0000
+++ b/Gui/mplayer/gtk/opts.c	Sun Sep 22 12:10:38 2002 +0000
@@ -20,9 +20,9 @@
 #include "fs.h"
 
 typedef struct sh_video_t sh_video_t;
-typedef struct mp_image_t mp_image_t;
 typedef struct sh_audio_t sh_audio_t;
 
+// for mpcodecs_[av]d_drivers:
 #include "../../../libmpcodecs/vd.h"
 #include "../../../libmpcodecs/ad.h"