comparison libvo/aspect.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 d9478c8e5ffe
children 971ff1108066
comparison
equal deleted inserted replaced
13786:ad29267afe7a 13787:e047e70a9767
1 /* Stuff for correct aspect scaling. */ 1 /* Stuff for correct aspect scaling. */
2 #include "aspect.h" 2 #include "aspect.h"
3 #include "geometry.h" 3 #include "geometry.h"
4 #ifndef ASPECT_TEST 4 #ifndef ASPECT_TEST
5 #include "../mp_msg.h" 5 #include "mp_msg.h"
6 #endif 6 #endif
7 7
8 //#define ASPECT_DEBUG 8 //#define ASPECT_DEBUG
9 9
10 #if defined(ASPECT_DEBUG) || defined(ASPECT_TEST) 10 #if defined(ASPECT_DEBUG) || defined(ASPECT_TEST)