mirror of https://github.com/mpv-player/mpv
Kill two warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24025 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
16be45ef4a
commit
14ad2241a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue