mirror of https://github.com/mpv-player/mpv
VIDIX: #include drivers.h in drivers.c.
This ensures that function declarations in both files always match. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30592 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cc7fdaf5c5
commit
aae2efd679
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "vidix.h"
|
||||
#include "drivers.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "mpbswap.h"
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue