mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 12:47:49 +00:00
Add missing #include for mplayer.h, fixes the warning:
libvo/vo_png.c:67: warning: implicit declaration of function 'exit_player' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27687 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6aa065d0c6
commit
e965e29432
@ -24,6 +24,7 @@
|
||||
#include "video_out.h"
|
||||
#include "video_out_internal.h"
|
||||
#include "subopt-helper.h"
|
||||
#include "mplayer.h"
|
||||
|
||||
#define BUFLENGTH 512
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user