winegstreamer: 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:56 -05:00 committed by Alexandre Julliard
parent 4c2c989341
commit abdaa6f21f

View file

@ -1,14 +1,23 @@
MODULE = winegstreamer.dll
IMPORTS = strmbase strmiids uuid winmm msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 mfplat mfuuid
IMPORTS = strmiids uuid winmm msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32 mfplat mfuuid
EXTRAINCL = $(GSTREAMER_CFLAGS)
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
PARENTSRC = ../strmbase
C_SRCS = \
dllfunc.c \
enumpins.c \
filter.c \
gst_cbs.c \
gstdemux.c \
gsttffilter.c \
main.c \
mfplat.c
mediatype.c \
mfplat.c \
pin.c \
qualitycontrol.c \
seeking.c \
transform.c
IDL_SRCS = mfplat.idl