Zebediah Figura : winegstreamer: Delay-load mfplat.

Alexandre Julliard julliard at winehq.org
Thu Apr 16 16:45:12 CDT 2020


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Apr 16 00:33:59 2020 -0500

winegstreamer: Delay-load mfplat.

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

---

 dlls/winegstreamer/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/winegstreamer/Makefile.in b/dlls/winegstreamer/Makefile.in
index 097edf273f..337c1086e6 100644
--- a/dlls/winegstreamer/Makefile.in
+++ b/dlls/winegstreamer/Makefile.in
@@ -1,5 +1,6 @@
 MODULE    = winegstreamer.dll
-IMPORTS   = strmiids uuid ole32 mfplat mfuuid
+IMPORTS   = strmiids uuid ole32 mfuuid
+DELAYIMPORTS = mfplat
 EXTRAINCL = $(GSTREAMER_CFLAGS)
 EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
 PARENTSRC = ../strmbase




More information about the wine-cvs mailing list