winegstreamer: Link to strmbase.

This reverts abdaa6f21f.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-02-22 16:53:50 -06:00 committed by Alexandre Julliard
parent 3f5df70ec6
commit da28c6bb4b
1 changed files with 1 additions and 7 deletions

View File

@ -1,23 +1,17 @@
MODULE = winegstreamer.dll
IMPORTS = strmiids uuid ole32 mfuuid
IMPORTS = strmbase strmiids uuid ole32 mfuuid
DELAYIMPORTS = mfplat
EXTRAINCL = $(GSTREAMER_CFLAGS)
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
PARENTSRC = ../strmbase
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
audioconvert.c \
filter.c \
main.c \
media_source.c \
mediatype.c \
mfplat.c \
pin.c \
qualitycontrol.c \
quartz_parser.c \
seeking.c \
wg_parser.c
IDL_SRCS = \