mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
191e60c0da
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40820 Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
23 lines
358 B
Makefile
23 lines
358 B
Makefile
MODULE = qcap.dll
|
|
IMPORTS = strmiids uuid ole32 oleaut32 gdi32 advapi32
|
|
DELAYIMPORTS = msvfw32
|
|
PARENTSRC = ../strmbase
|
|
|
|
C_SRCS = \
|
|
audiorecord.c \
|
|
avico.c \
|
|
avimux.c \
|
|
capturegraph.c \
|
|
filewriter.c \
|
|
filter.c \
|
|
mediatype.c \
|
|
pin.c \
|
|
qcap_main.c \
|
|
smartteefilter.c \
|
|
v4l.c \
|
|
vfwcapture.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
IDL_SRCS = \
|
|
qcap_classes.idl
|