changeset 24005:9ed49a1027f7

Kill two warnings.
author cehoyos
date Tue, 07 Aug 2007 21:49:17 +0000
parents 73e5eb586eb6
children 76cfd1b9ca96
files mencoder.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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