Mercurial > mplayer.hg
comparison loader/Makefile @ 22607:b99edbf76db4
Use explicit path for headers from the dshow/ subdirectory.
author | diego |
---|---|
date | Thu, 15 Mar 2007 22:38:13 +0000 |
parents | 090ec2169aee |
children | c45f009ce3a7 |
comparison
equal
deleted
inserted
replaced
22606:97343cedd966 | 22607:b99edbf76db4 |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME_COMMON = libloader.a | 3 LIBNAME_COMMON = libloader.a |
4 | 4 |
5 CFLAGS= -Idshow -DMPLAYER -D__WINE__ -DNOAVIFILE_HEADERS | 5 CFLAGS= -DMPLAYER -D__WINE__ -DNOAVIFILE_HEADERS |
6 #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT | 6 #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT |
7 | 7 |
8 SRCS_COMMON = driver.c afl.c vfl.c | 8 SRCS_COMMON = driver.c afl.c vfl.c |
9 ifneq ($(TARGET_WIN32),yes) | 9 ifneq ($(TARGET_WIN32),yes) |
10 SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \ | 10 SRCS_COMMON += ldt_keeper.c pe_image.c module.c ext.c win32.c \ |