mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
56b6523842
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
288 B
Makefile
14 lines
288 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 = \
|
|
gst_cbs.c \
|
|
gstdemux.c \
|
|
gsttffilter.c \
|
|
main.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|