qcap: Link to strmbase.
This reverts 4c2c989341
.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ee7bba6a4f
commit
69932cf76f
|
@ -1,7 +1,6 @@
|
|||
MODULE = qcap.dll
|
||||
IMPORTS = strmiids uuid ole32 oleaut32 gdi32 advapi32
|
||||
IMPORTS = strmbase strmiids uuid ole32 oleaut32
|
||||
DELAYIMPORTS = msvfw32
|
||||
PARENTSRC = ../strmbase
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
|
@ -11,9 +10,6 @@ C_SRCS = \
|
|||
avimux.c \
|
||||
capturegraph.c \
|
||||
filewriter.c \
|
||||
filter.c \
|
||||
mediatype.c \
|
||||
pin.c \
|
||||
qcap_main.c \
|
||||
smartteefilter.c \
|
||||
v4l.c \
|
||||
|
|
Loading…
Reference in New Issue