# HG changeset patch # User cehoyos # Date 1186523357 0 # Node ID 9ed49a1027f7c749ae9ee4f1a84ce3c1e8ee34ae # Parent 73e5eb586eb6dad097e841b8ab433df870fa7f89 Kill two warnings. diff -r 73e5eb586eb6 -r 9ed49a1027f7 mencoder.c --- 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 #elif USE_LIBAVCODEC_A