Kill two warnings.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24025 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-08-07 21:49:17 +00:00
parent 16be45ef4a
commit 14ad2241a6
1 changed files with 4 additions and 0 deletions

View File

@ -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