mirror of https://github.com/mpv-player/mpv
vfwopts_conf has moved to vw_vfw.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6085 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5d4502dc66
commit
4deec14b4b
|
@ -42,9 +42,7 @@ extern struct config lavcopts_conf[];
|
|||
#endif
|
||||
|
||||
#ifdef USE_WIN32DLL
|
||||
struct config vfwopts_conf[]={
|
||||
{NULL, NULL, 0, 0, 0, 0, NULL}
|
||||
};
|
||||
extern struct config vfwopts_conf[];
|
||||
#endif
|
||||
|
||||
struct config ovc_conf[]={
|
||||
|
|
Loading…
Reference in New Issue