[MPlayer-dev-eng] [PATCH] fix compilation with libdvdnav
- Date: Mon, 31 Mar 2008 04:10:27 +0100
- From: "Guillaume LECERF" <foxcore@xxxxxxxxx>
- Subject: [MPlayer-dev-eng] [PATCH] fix compilation with libdvdnav
Hi all,
When compiling with libdvdnav, mp_core.h needs mp_image_t definition.
The attached patch includes it conditionally.
Opinions?
--
Guillaume LECERF
GeeXboX developer - www.geexbox.org
Index: mp_core.h
===================================================================
--- mp_core.h (revision 26303)
+++ mp_core.h (working copy)
@@ -10,6 +10,9 @@
#include "mixer.h"
#include "libvo/video_out.h"
#include "subreader.h"
+#ifdef USE_DVDNAV
+#include "libmpcodecs/mp_image.h"
+#endif
// definitions used internally by the core player code
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng