25 lines
411 B
Makefile
25 lines
411 B
Makefile
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
|
TESTDLL = quartz.dll
|
|
IMPORTS = strmbase advapi32 d3d9 dsound msdmo msvfw32 ole32 oleaut32 user32 uuid winmm
|
|
|
|
C_SRCS = \
|
|
acmwrapper.c \
|
|
avidec.c \
|
|
avisplit.c \
|
|
dsoundrender.c \
|
|
filesource.c \
|
|
filtergraph.c \
|
|
filtermapper.c \
|
|
memallocator.c \
|
|
mpegsplit.c \
|
|
passthrough.c \
|
|
systemclock.c \
|
|
videorenderer.c \
|
|
vmr7.c \
|
|
vmr9.c \
|
|
waveparser.c
|
|
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|