[MPlayer-cvslog] r33686 - trunk/mpcommon.c
reimar
subversion at mplayerhq.hu
Tue Jun 21 18:53:02 CEST 2011
Author: reimar
Date: Tue Jun 21 18:53:01 2011
New Revision: 33686
Log:
Fix compilation with dvdread/dvdnav disabled.
Modified:
trunk/mpcommon.c
Modified: trunk/mpcommon.c
==============================================================================
--- trunk/mpcommon.c Mon Jun 20 22:10:28 2011 (r33685)
+++ trunk/mpcommon.c Tue Jun 21 18:53:01 2011 (r33686)
@@ -21,8 +21,12 @@
#endif
#include <stdlib.h>
#include "stream/stream.h"
+#ifdef CONFIG_DVDREAD
#include "stream/stream_dvd.h"
+#endif
+#ifdef CONFIG_DVDNAV
#include "stream/stream_dvdnav.h"
+#endif
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
#include "codec-cfg.h"
More information about the MPlayer-cvslog
mailing list