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/vo_bl.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/vo_bl.c')
-rw-r--r-- | libvo/vo_bl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_bl.c b/libvo/vo_bl.c index 126ffccfba..b6ae8bff6f 100644 --- a/libvo/vo_bl.c +++ b/libvo/vo_bl.c @@ -43,8 +43,8 @@ #include "video_out.h" #include "video_out_internal.h" -#include "../mp_msg.h" -#include "../m_option.h" +#include "mp_msg.h" +#include "m_option.h" #include "fastmemcpy.h" static vo_info_t info = |