wine/dlls/winegstreamer/Makefile.in
Derek Lesho a6be76bb9c winegstreamer: Add stub bytestream handler.
Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-07 21:07:00 +02:00

25 lines
402 B
Makefile

MODULE = winegstreamer.dll
IMPORTS = strmiids uuid ole32 mfuuid
DELAYIMPORTS = mfplat
EXTRAINCL = $(GSTREAMER_CFLAGS)
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
PARENTSRC = ../strmbase
C_SRCS = \
filter.c \
gst_cbs.c \
gstdemux.c \
main.c \
media_source.c \
mediatype.c \
mfplat.c \
pin.c \
qualitycontrol.c \
seeking.c
IDL_SRCS = \
winegstreamer_classes.idl
RC_SRCS = \
rsrc.rc