winegstreamer: Delay-load mfplat.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Zebediah Figura 2020-04-16 00:33:59 -05:00 committed by Alexandre Julliard
parent ecac569df2
commit 5d0e10b77c
1 changed files with 2 additions and 1 deletions

View File

@ -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