Commit 6de638ea authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz/tests: Rename avisplitter.c to avisplit.c.

To match the Wine source file. Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f3a4b498
......@@ -2,7 +2,7 @@ TESTDLL = quartz.dll
IMPORTS = oleaut32 ole32 advapi32 user32
C_SRCS = \
avisplitter.c \
avisplit.c \
dsoundrender.c \
filesource.c \
filtergraph.c \
......
......@@ -414,7 +414,7 @@ fail:
DeleteFileW(filename);
}
START_TEST(avisplitter)
START_TEST(avisplit)
{
CoInitialize(NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment