mirror of https://github.com/mpv-player/mpv
Compile fix since libvo/sub.h include was removed from mplayer.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21433 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a02bbf6cf3
commit
bc55a3fb67
|
@ -30,6 +30,7 @@
|
|||
#include "gui.h"
|
||||
#include "wincfg.h"
|
||||
#include "dialogs.h"
|
||||
#include "libvo/sub.h"
|
||||
|
||||
WNDPROC OldUrlWndProc;
|
||||
LRESULT CALLBACK SubUrlWndProc(HWND, UINT, WPARAM, LPARAM);
|
||||
|
|
Loading…
Reference in New Issue