mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
This introduces a new alternative FFmpeg-based implementation for the MF byte stream handlers, while keeping the current GStreamer-based as default. The new implementation can be enabled by setting the DWORD value: DisableGstByteStreamHandler = 1 in the HKCU\Software\Wine\MediaFoundation registry key.
11 lines
226 B
Makefile
11 lines
226 B
Makefile
MODULE = mfasfsrcsnk.dll
|
|
IMPORTS = advapi32 ole32 mfplat mfuuid uuid winedmo
|
|
PARENTSRC = ../mfsrcsnk
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
media_source.c \
|
|
mfasfsrcsnk.c \
|
|
mfasfsrcsnk.idl \
|
|
mfasfsrcsnk.rc
|