wine/dlls/strmbase/Makefile.in
Alexandre Julliard 518f9a12c1 makefiles: Use the STATICLIB variable for static import libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-06 20:29:34 +02:00

12 lines
143 B
Makefile

STATICLIB = libstrmbase.a
C_SRCS = \
dispatch.c \
filter.c \
mediatype.c \
outputqueue.c \
pin.c \
pospass.c \
renderer.c \
seeking.c