comparison libvo/vo_xvmc.c @ 13787:e047e70a9767

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>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents e19b46309883
children 1c277cafd3b1
comparison
equal deleted inserted replaced
13786:ad29267afe7a 13787:e047e70a9767
29 29
30 #include "sub.h" 30 #include "sub.h"
31 #include "aspect.h" 31 #include "aspect.h"
32 32
33 #ifdef HAVE_NEW_GUI 33 #ifdef HAVE_NEW_GUI
34 #include "../Gui/interface.h" 34 #include "Gui/interface.h"
35 #endif 35 #endif
36 36
37 //no chanse xinerama to be suported in near future 37 //no chanse xinerama to be suported in near future
38 #undef HAVE_XINERAMA 38 #undef HAVE_XINERAMA
39 39