diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-28 01:15:53 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-28 01:15:53 +0000 |
commit | 5b0d96c6b48482bc434d735b35089bbfc8751742 (patch) | |
tree | d4667543ec55dfa5a60c1595ebd0d39c9a3c83b7 /libvo/mga_common.c | |
parent | 2f1aaba2077247345dff53542c5ae121e7189456 (diff) | |
download | mpv-5b0d96c6b48482bc434d735b35089bbfc8751742.tar.bz2 mpv-5b0d96c6b48482bc434d735b35089bbfc8751742.tar.xz |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/mga_common.c')
-rw-r--r-- | libvo/mga_common.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c index 35cfc59eb5..6adb31aa2e 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -1,9 +1,9 @@ #include "fastmemcpy.h" -#include "../cpudetect.h" -#include "../postproc/swscale.h" -#include "../postproc/rgb2rgb.h" -#include "../libmpcodecs/vf_scale.h" +#include "cpudetect.h" +#include "postproc/swscale.h" +#include "postproc/rgb2rgb.h" +#include "libmpcodecs/vf_scale.h" #include "mp_msg.h" // mga_vid drawing functions |