comparison loader/dmo/dmo.c @ 30170:008338d7679f

Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes.
author diego
date Mon, 04 Jan 2010 20:32:23 +0000
parents eda346733b8c
children 9fc9d1e788aa
comparison
equal deleted inserted replaced
30169:73458c7f5957 30170:008338d7679f
3 * http://svn.mplayerhq.hu/mplayer/trunk/ 3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 */ 4 */
5 5
6 #include "config.h" 6 #include "config.h"
7 #include "DMO_Filter.h" 7 #include "DMO_Filter.h"
8 #include "drv.h" 8 #include "loader/drv.h"
9 #include "com.h" 9 #include "loader/com.h"
10 #include <stdio.h> 10 #include <stdio.h>
11 #include <stdlib.h> 11 #include <stdlib.h>
12 #include <string.h> 12 #include <string.h>
13 #include "win32.h" // printf macro 13 #include "loader/win32.h" // printf macro
14 14
15 void trapbug(void); 15 void trapbug(void);
16 typedef long STDCALL (*GETCLASS) (const GUID*, const GUID*, void**); 16 typedef long STDCALL (*GETCLASS) (const GUID*, const GUID*, void**);
17 17
18 void DMO_Filter_Destroy(DMO_Filter* This) 18 void DMO_Filter_Destroy(DMO_Filter* This)