comparison loader/dmo/dmo.c @ 26999:0b21ffa03b9c

Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can conflict with the header by the same name in loader/wine/driver.h.
author diego
date Sun, 08 Jun 2008 10:43:30 +0000
parents b70f5ac9c001
children 1e6d3a382e7b
comparison
equal deleted inserted replaced
26998:29bfddf7af0a 26999:0b21ffa03b9c
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 "driver.h" 8 #include "drv.h"
9 #include "com.h" 9 #include "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 "win32.h" // printf macro