mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
12 lines
221 B
Makefile
12 lines
221 B
Makefile
TESTDLL = qcap.dll
|
|
IMPORTS = strmbase strmiids uuid oleaut32 ole32 advapi32 msvfw32
|
|
|
|
SOURCES = \
|
|
audiorecord.c \
|
|
avico.c \
|
|
avimux.c \
|
|
capturegraph.c \
|
|
filewriter.c \
|
|
qcap.c \
|
|
smartteefilter.c \
|
|
videocapture.c
|