strmbase: get_VideoHeight should always have a positive height.
[wine] / dlls / strmbase / Makefile.in
1 MODULE    = libstrmbase.a
2
3 C_SRCS = \
4         dispatch.c \
5         dllfunc.c \
6         enumpins.c \
7         filter.c \
8         mediatype.c \
9         outputqueue.c \
10         pin.c \
11         pospass.c \
12         qualitycontrol.c \
13         renderer.c \
14         seeking.c \
15         transform.c \
16         video.c \
17         window.c
18
19 @MAKE_IMPLIB_RULES@