Zebediah Figura : winegstreamer: Share source with strmbase.

Alexandre Julliard julliard at winehq.org
Mon Aug 5 14:58:35 CDT 2019


Module: wine
Branch: master
Commit: abdaa6f21f672c882ab60583d822789154cefecf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=abdaa6f21f672c882ab60583d822789154cefecf

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Aug  5 10:25:56 2019 -0500

winegstreamer: Share source with strmbase.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/Makefile.in | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dlls/winegstreamer/Makefile.in b/dlls/winegstreamer/Makefile.in
index 437915f..08adb2b 100644
--- a/dlls/winegstreamer/Makefile.in
+++ b/dlls/winegstreamer/Makefile.in
@@ -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
 




More information about the wine-cvs mailing list