diff mencoder.c @ 18682:bee3186a06f7

include stream_dvd's interface from libmpdemux/stream_dvd.h
author nicodvb
date Sun, 11 Jun 2006 21:29:00 +0000
parents 31e8947b7b87
children ab29b3c4f94e
line wrap: on
line diff
--- a/mencoder.c	Sun Jun 11 21:26:35 2006 +0000
+++ b/mencoder.c	Sun Jun 11 21:29:00 2006 +0000
@@ -76,6 +76,10 @@
 
 #include "get_path.c"
 
+#ifdef USE_DVDREAD
+#include "libmpdemux/stream_dvd.h"
+#endif
+
 #ifdef USE_LIBAVCODEC
 #ifdef USE_LIBAVCODEC_SO
 #include <ffmpeg/avcodec.h>