qcap: Share source with strmbase.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-08-05 10:25:55 -05:00 committed by Alexandre Julliard
parent cd7dd5e895
commit 4c2c989341
1 changed files with 7 additions and 1 deletions

View File

@ -1,13 +1,19 @@
MODULE = qcap.dll
IMPORTS = strmiids strmbase uuid ole32 oleaut32 gdi32 advapi32
IMPORTS = strmiids uuid ole32 oleaut32 gdi32 advapi32
DELAYIMPORTS = msvfw32
PARENTSRC = ../strmbase
C_SRCS = \
audiorecord.c \
avico.c \
avimux.c \
capturegraph.c \
dllfunc.c \
enummedia.c \
enumpins.c \
filter.c \
mediatype.c \
pin.c \
qcap_main.c \
smartteefilter.c \
v4l.c \