2004-08-16 23:14:28 +02:00
|
|
|
TESTDLL = quartz.dll
|
2017-11-04 06:20:14 +01:00
|
|
|
IMPORTS = oleaut32 ole32 advapi32 user32
|
2004-08-16 23:14:28 +02:00
|
|
|
|
2010-02-20 19:56:55 +01:00
|
|
|
C_SRCS = \
|
2008-07-05 03:43:31 +02:00
|
|
|
avisplitter.c \
|
2010-01-30 10:41:08 +01:00
|
|
|
dsoundrender.c \
|
2005-08-22 11:27:41 +02:00
|
|
|
filtergraph.c \
|
2008-06-29 14:06:44 +02:00
|
|
|
filtermapper.c \
|
2007-08-11 04:29:26 +02:00
|
|
|
memallocator.c \
|
2007-12-21 05:19:07 +01:00
|
|
|
misc.c \
|
2015-10-28 18:02:54 +01:00
|
|
|
mpegsplit.c \
|
2007-12-13 01:51:55 +01:00
|
|
|
referenceclock.c \
|
|
|
|
videorenderer.c
|
2004-08-16 23:14:28 +02:00
|
|
|
|
2017-11-10 02:09:53 +01:00
|
|
|
|
|
|
|
RC_SRCS = \
|
|
|
|
rsrc.rc
|