mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
15 lines
180 B
Makefile
15 lines
180 B
Makefile
MODULE = strmbase
|
|
|
|
C_SRCS = \
|
|
dllfunc.c \
|
|
enumpins.c \
|
|
filter.c \
|
|
mediatype.c \
|
|
outputqueue.c \
|
|
pin.c \
|
|
qualitycontrol.c \
|
|
seeking.c \
|
|
transform.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|