[MPlayer-dev-eng] [patch] fix build with --enable-gui after stream/ move
Stefan Huehner
stefan at huehner.org
Mon Jul 31 21:34:51 CEST 2006
Hi,
attached patch fixes the compilation with --enable-gui. 3 includes were
missed while moving the stream stuff from libmpdemux/ to stream/
Regards,
Stefan
-------------- next part --------------
Index: Gui/interface.c
===================================================================
--- Gui/interface.c (revision 19279)
+++ Gui/interface.c (working copy)
@@ -36,13 +36,13 @@
#include <iconv.h>
#endif
-#include "libmpdemux/stream.h"
+#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
#include "libmpcodecs/dec_video.h"
#ifdef USE_DVDREAD
-#include "libmpdemux/stream_dvd.h"
+#include "stream/stream_dvd.h"
#endif
Index: Gui/interface.h
===================================================================
--- Gui/interface.h (revision 19279)
+++ Gui/interface.h (working copy)
@@ -9,7 +9,7 @@
#include "cfg.h"
#ifdef USE_DVDREAD
- #include "libmpdemux/stream.h"
+ #include "stream/stream.h"
#endif
typedef struct
Index: Gui/mplayer/gtk/pl.c
===================================================================
--- Gui/mplayer/gtk/pl.c (revision 19279)
+++ Gui/mplayer/gtk/pl.c (working copy)
@@ -12,7 +12,7 @@
#include "../../config.h"
#include "../../help_mp.h"
-#include "../libmpdemux/stream.h"
+#include "../stream/stream.h"
#include "../interface.h"
#include "../widgets.h"
More information about the MPlayer-dev-eng
mailing list