14 lines
291 B
Makefile
14 lines
291 B
Makefile
MODULE = winegstreamer.dll
|
|
IMPORTS = strmbase strmiids uuid winmm msacm32 msvfw32 ole32 oleaut32 user32 gdi32 advapi32
|
|
EXTRAINCL = $(GSTREAMER_CFLAGS)
|
|
EXTRALIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
|
|
|
|
C_SRCS = \
|
|
glibthread.c \
|
|
gstdemux.c \
|
|
gsttffilter.c \
|
|
main.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|