wine/dlls/evr/Makefile.in
Nikolay Sivov 164c3b7f2b evr/presenter: Create d3d device on presenter creation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-02 19:01:35 +02:00

16 lines
264 B
Makefile

MODULE = evr.dll
IMPORTLIB = evr
IMPORTS = mfuuid strmiids strmbase uuid dxguid ole32 oleaut32 user32 d3d9 dxva2
DELAYIMPORTS = mfplat
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
evr.c \
main.c \
mixer.c \
presenter.c \
sample.c
IDL_SRCS = evr_classes.idl