2010-12-03 14:33:08 +01:00
|
|
|
MODULE = wineqtdecoder.dll
|
2019-08-05 17:25:57 +02:00
|
|
|
IMPORTS = strmiids uuid ole32 advapi32
|
2014-01-30 12:14:47 +01:00
|
|
|
EXTRALIBS = $(QUICKTIME_LIBS)
|
2019-08-05 17:25:57 +02:00
|
|
|
PARENTSRC = ../strmbase
|
2010-12-03 14:33:08 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2019-08-05 17:25:57 +02:00
|
|
|
filter.c \
|
2010-12-03 14:33:08 +01:00
|
|
|
main.c \
|
2019-08-05 17:25:57 +02:00
|
|
|
mediatype.c \
|
2019-08-06 01:10:59 +02:00
|
|
|
outputqueue.c \
|
2019-08-05 17:25:57 +02:00
|
|
|
pin.c \
|
2011-04-05 19:55:55 +02:00
|
|
|
qtdatahandler.c \
|
2011-04-05 19:56:00 +02:00
|
|
|
qtsplitter.c \
|
2011-04-05 19:55:53 +02:00
|
|
|
qtutils.c \
|
2019-08-05 17:25:57 +02:00
|
|
|
qtvdecoder.c \
|
|
|
|
qualitycontrol.c \
|
2020-03-11 04:03:30 +01:00
|
|
|
seeking.c
|
2010-12-03 14:33:08 +01:00
|
|
|
|
2012-04-04 19:31:42 +02:00
|
|
|
RC_SRCS = \
|
|
|
|
rsrc.rc
|
2020-03-08 20:05:10 +01:00
|
|
|
|
|
|
|
IDL_SRCS = \
|
|
|
|
wineqtdecoder_classes.idl
|