Makefile.in 384 Bytes
Newer Older
1
MODULE    = winegstreamer.dll
2 3
IMPORTS   = strmiids uuid ole32 mfuuid
DELAYIMPORTS = mfplat
4
EXTRAINCL = $(GSTREAMER_CFLAGS)
5
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
6
PARENTSRC = ../strmbase
7 8

C_SRCS = \
9
	filter.c \
10
	gst_cbs.c \
11
	gstdemux.c \
12
	main.c \
13 14 15 16
	mediatype.c \
	mfplat.c \
	pin.c \
	qualitycontrol.c \
17
	seeking.c
18

19 20
IDL_SRCS = \
	winegstreamer_classes.idl
21 22 23

RC_SRCS = \
	rsrc.rc