0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Make include paths consistent among files in libvo. Since -I.. is added

to the CFLAGS in the Makefile this should be safe.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16842 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-10-23 16:19:32 +00:00
parent 53bbca7882
commit 20b8cba8fb

View File

@ -44,8 +44,8 @@
#include "vosub_vidix.h"
#endif
#include "../postproc/swscale.h"
#include "../libmpcodecs/vf_scale.h"
#include "postproc/swscale.h"
#include "libmpcodecs/vf_scale.h"
#ifdef HAVE_PNG