wine/dlls/winegstreamer/Makefile.in
Alexandre Julliard 194e09baec makefiles: Add separate variables for Unix flags and libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-06-29 23:23:41 +02:00

33 lines
591 B
Makefile

MODULE = winegstreamer.dll
UNIXLIB = winegstreamer.so
IMPORTLIB = winegstreamer
IMPORTS = strmbase ole32 oleaut32 msdmo
DELAYIMPORTS = mfplat
UNIX_CFLAGS = $(GSTREAMER_CFLAGS)
UNIX_LIBS = $(GSTREAMER_LIBS) $(PTHREAD_LIBS)
C_SRCS = \
color_convert.c \
h264_decoder.c \
main.c \
media_source.c \
mfplat.c \
quartz_parser.c \
quartz_transform.c \
resampler.c \
wg_allocator.c \
wg_format.c \
wg_parser.c \
wg_sample.c \
wg_transform.c \
wm_asyncreader.c \
wm_reader.c \
wm_syncreader.c \
wma_decoder.c
IDL_SRCS = \
winegstreamer_classes.idl
RC_SRCS = \
rsrc.rc