diff options
author | atmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-11 17:41:21 +0000 |
---|---|---|
committer | atmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-11 17:41:21 +0000 |
commit | 430300621f2db74575e8a62c470a10cd62e558d7 (patch) | |
tree | b897d732810b83c34a61ecd4151756211fca02fb /libvo | |
parent | d0094abdb8421d2dfff878de4eef8fb2342617eb (diff) |
Ooops, wrong path to config.h - now you may enjoy code that was never before used =)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1101 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index 026c213dfa..e0fd9c4dc0 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -109,7 +109,7 @@ #include <string.h> #include <inttypes.h> -#include "config.h" +#include "../config.h" #include "video_out.h" #include "video_out_internal.h" |