wine/dlls/quartz/tests/Makefile.in
Zebediah Figura 86c3d7293b quartz/tests: Add test AVI and MPG files.
Generated with ffmpeg using the following commands:

ffmpeg -f lavfi -i smptebars -t 1 -r 1 -f avi -vcodec rawvideo -pix_fmt yuv420p -vf scale=32x24 test.avi
ffmpeg -f lavfi -i smptebars -f lavfi -i "sine=frequency=1000" -t 0.04 -r 25 -f mpeg -vcodec mpeg1video -vf scale=32x24 -acodec mp2 test.mpg

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-10 12:45:02 +01:00

19 lines
275 B
Makefile

TESTDLL = quartz.dll
IMPORTS = oleaut32 ole32 advapi32 user32
C_SRCS = \
avisplitter.c \
dsoundrender.c \
filtergraph.c \
filtermapper.c \
memallocator.c \
misc.c \
mpegsplit.c \
referenceclock.c \
videorenderer.c
IDL_SRCS = fil_data.idl
RC_SRCS = \
rsrc.rc