comparison loader/dshow/outputpin.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 0f1b5b68af32
children 8fa2f43cb760
comparison
equal deleted inserted replaced
30169:73458c7f5957 30170:008338d7679f
1 /* 1 /*
2 * Modified for use with MPlayer, detailed changelog at 2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/ 3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 */ 4 */
5 5
6 #include "wine/winerror.h" 6 #include "loader/wine/winerror.h"
7 #include "wine/windef.h" 7 #include "loader/wine/windef.h"
8 #include "outputpin.h" 8 #include "outputpin.h"
9 #include "mediatype.h" 9 #include "mediatype.h"
10 #include <stdio.h> 10 #include <stdio.h>
11 #include <string.h> 11 #include <string.h>
12 #include <stdlib.h> 12 #include <stdlib.h>