wine/dlls/mfmediaengine/Makefile.in
Brendan McGrath 805699c6ae mfmediaengine: Implement the Simple Video Renderer.
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.
2024-12-05 12:45:32 +01:00

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