[PATCH 2/2] winegstreamer: Delay-load mfplat.

Zebediah Figura z.figura12 at gmail.com
Thu Apr 16 00:33:59 CDT 2020


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
We don't free up a lot of memory by this (about 1 MB on my machine), but it's
probably a good idea to reduce memory pressure for 32-bit applications,
especially since we pin winegstreamer.

 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 097edf273f5..337c1086e6b 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
-- 
2.26.0




More information about the wine-devel mailing list