mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
This commit replaces the SampleGrabberSink with a dedicated Video Sink, referred to as the Simple Video Renderer (SVR). This brings it more inline with Windows and provides the benefit of having direct access to the IMFSample, removing the need to copy the sample data. Based on a patch by Nikolay Sivov.
9 lines
191 B
Makefile
9 lines
191 B
Makefile
MODULE = mfmediaengine.dll
|
|
IMPORTS = oleaut32 ole32 mfplat mf mfuuid dxguid uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
mediaengine_classes.idl \
|
|
video_frame_sink.c
|