summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index c1dc9fcd40..93956e1730 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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