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

13 lines
236 B
Makefile

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