mirror of https://github.com/mpv-player/mpv
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:
parent
53bbca7882
commit
20b8cba8fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue