Zebediah Figura : winegstreamer: Link to strmbase.

Alexandre Julliard julliard at winehq.org
Tue Feb 23 15:54:46 CST 2021


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Feb 22 16:53:50 2021 -0600

winegstreamer: Link to strmbase.

This reverts abdaa6f21f672c882ab60583d822789154cefecf.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/Makefile.in | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dlls/winegstreamer/Makefile.in b/dlls/winegstreamer/Makefile.in
index b8b18330e3d..4d5dece64b3 100644
--- a/dlls/winegstreamer/Makefile.in
+++ b/dlls/winegstreamer/Makefile.in
@@ -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 = \




More information about the wine-cvs mailing list