wine/dlls/mfmp4srcsnk/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

12 lines
242 B
Makefile

MODULE = mfmp4srcsnk.dll
IMPORTS = advapi32 ole32 mfplat mfuuid uuid winedmo
PARENTSRC = ../mfsrcsnk
EXTRADLLFLAGS = -Wb,--prefer-native
SOURCES = \
media_sink.c \
media_source.c \
mfmp4srcsnk.c \
mfmp4srcsnk.idl \
mfmp4srcsnk.rc