24 lines
384 B
Makefile
24 lines
384 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 \
|
|
mediatype.c \
|
|
mfplat.c \
|
|
pin.c \
|
|
qualitycontrol.c \
|
|
seeking.c
|
|
|
|
IDL_SRCS = \
|
|
winegstreamer_classes.idl
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|