wine/dlls/mfasfsrcsnk/Makefile.in
Rémi Bernon 7667e67f5e mfsrcsnk: Stub byte stream handlers if demuxing is supported.
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.
2024-09-10 16:58:29 +02:00

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