wine/dlls/winegstreamer/Makefile.in
Jacek Caban ab044d1b9f winegstreamer: Use nameless unions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-24 20:48:21 +01:00

22 lines
372 B
Makefile

MODULE = winegstreamer.dll
IMPORTS = strmbase strmiids uuid ole32 mfuuid
DELAYIMPORTS = mfplat
EXTRAINCL = $(GSTREAMER_CFLAGS)
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
audioconvert.c \
main.c \
media_source.c \
mfplat.c \
quartz_parser.c \
wg_parser.c
IDL_SRCS = \
winegstreamer_classes.idl
RC_SRCS = \
rsrc.rc