mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
Simplify #include directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23138 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
736bf391de
commit
4dd84909d1
@ -79,13 +79,11 @@
|
||||
#include "stream/stream_dvd.h"
|
||||
#endif
|
||||
|
||||
#ifdef USE_LIBAVCODEC
|
||||
#ifdef USE_LIBAVCODEC_SO
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#else
|
||||
#elif USE_LIBAVCODEC_A
|
||||
#include "avcodec.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "libmpcodecs/ae.h"
|
||||
int vo_doublebuffering=0;
|
||||
|
Loading…
Reference in New Issue
Block a user