1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

100l, video_out.h is now needed for some vo_ variables.

This is ugly, but interface.c already does it like that, so why bother...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-08-21 10:19:25 +00:00
parent dd5d24d367
commit 715592ae83
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "../../help_mp.h"
#include "../../mplayer.h"
#include "../../libvo/x11_common.h"
#include "../../libvo/video_out.h"
#include "../../input/input.h"
#include "../app.h"

View File

@ -20,6 +20,7 @@
#include "../../config.h"
#include "../../libvo/x11_common.h"
#include "../../libvo/video_out.h"
#include "ws.h"
#include "wsxdnd.h"
#include "../../cpudetect.h"