winegstreamer: Delay-load mfplat.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ecac569df2
commit
5d0e10b77c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue