# HG changeset patch # User arpi # Date 1032696638 0 # Node ID bd7a539178a36e370152128f90289bcccfbdca2e # Parent c4434bdf6e5121532cfaaae20733aefb6e711665 compilation fix, patch by Sidik Isani diff -r c4434bdf6e51 -r bd7a539178a3 Gui/mplayer/gtk/opts.c --- 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"