diff mencoder.c @ 24005:9ed49a1027f7

Kill two warnings.
author cehoyos
date Tue, 07 Aug 2007 21:49:17 +0000
parents e9d6eda05f00
children 50e1e79056b6
line wrap: on
line diff
--- a/mencoder.c	Tue Aug 07 18:48:13 2007 +0000
+++ b/mencoder.c	Tue Aug 07 21:49:17 2007 +0000
@@ -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