summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-11 17:41:21 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-11 17:41:21 +0000
commit430300621f2db74575e8a62c470a10cd62e558d7 (patch)
treeb897d732810b83c34a61ecd4151756211fca02fb /libvo/vo_sdl.c
parentd0094abdb8421d2dfff878de4eef8fb2342617eb (diff)
downloadmpv-430300621f2db74575e8a62c470a10cd62e558d7.tar.bz2
mpv-430300621f2db74575e8a62c470a10cd62e558d7.tar.xz
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/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c2
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"