2004-08-16 23:14:28 +02:00
|
|
|
TESTDLL = quartz.dll
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = oleaut32 ole32 advapi32
|
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 \
|
2007-12-13 01:51:55 +01:00
|
|
|
referenceclock.c \
|
|
|
|
videorenderer.c
|
2004-08-16 23:14:28 +02:00
|
|
|
|
2012-02-06 18:02:43 +01:00
|
|
|
IDL_H_SRCS = fil_data.idl
|
|
|
|
|
2004-08-16 23:14:28 +02:00
|
|
|
@MAKE_TEST_RULES@
|