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 #elif USE_LIBAVCODEC_A