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:
parent
4c2c989341
commit
abdaa6f21f
|
@ -1,14 +1,23 @@
|
||||||
MODULE = winegstreamer.dll
|
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)
|
EXTRAINCL = $(GSTREAMER_CFLAGS)
|
||||||
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
|
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
|
||||||
|
PARENTSRC = ../strmbase
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
|
dllfunc.c \
|
||||||
|
enumpins.c \
|
||||||
|
filter.c \
|
||||||
gst_cbs.c \
|
gst_cbs.c \
|
||||||
gstdemux.c \
|
gstdemux.c \
|
||||||
gsttffilter.c \
|
gsttffilter.c \
|
||||||
main.c \
|
main.c \
|
||||||
mfplat.c
|
mediatype.c \
|
||||||
|
mfplat.c \
|
||||||
|
pin.c \
|
||||||
|
qualitycontrol.c \
|
||||||
|
seeking.c \
|
||||||
|
transform.c
|
||||||
|
|
||||||
IDL_SRCS = mfplat.idl
|
IDL_SRCS = mfplat.idl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue