mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
18 lines
239 B
Makefile
18 lines
239 B
Makefile
MODULE = libstrmbase.a
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
dispatch.c \
|
|
dllfunc.c \
|
|
enumpins.c \
|
|
filter.c \
|
|
mediatype.c \
|
|
outputqueue.c \
|
|
pin.c \
|
|
pospass.c \
|
|
qualitycontrol.c \
|
|
renderer.c \
|
|
seeking.c \
|
|
transform.c \
|
|
video.c \
|
|
window.c
|