# HG changeset patch # User atmosfear # Date 992281281 0 # Node ID 7829676dc4eff8f8b7408a0b2285d1b76009b8d8 # Parent 8694ea859bfab348d31bab179e0d9ebe12c7023c Ooops, wrong path to config.h - now you may enjoy code that was never before used =) diff -r 8694ea859bfa -r 7829676dc4ef libvo/vo_sdl.c --- a/libvo/vo_sdl.c Mon Jun 11 17:07:38 2001 +0000 +++ b/libvo/vo_sdl.c Mon Jun 11 17:41:21 2001 +0000 @@ -109,7 +109,7 @@ #include #include -#include "config.h" +#include "../config.h" #include "video_out.h" #include "video_out_internal.h"