[MPlayer-cvslog] r24025 - trunk/mencoder.c
cehoyos
subversion at mplayerhq.hu
Tue Aug 7 23:49:17 CEST 2007
Author: cehoyos
Date: Tue Aug 7 23:49:17 2007
New Revision: 24025
Log:
Kill two warnings.
Modified:
trunk/mencoder.c
Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c (original)
+++ trunk/mencoder.c Tue Aug 7 23:49:17 2007
@@ -79,6 +79,10 @@
#include "stream/stream_dvd.h"
#endif
+#ifdef USE_DVDNAV
+#include "stream/stream_dvdnav.h"
+#endif
+
#ifdef USE_LIBAVCODEC_SO
#include <ffmpeg/avcodec.h>
#elif USE_LIBAVCODEC_A
More information about the MPlayer-cvslog
mailing list