quartz/tests: Rename avisplitter.c to avisplit.c.
To match the Wine source file. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f3a4b4984e
commit
6de638eac7
|
@ -2,7 +2,7 @@ TESTDLL = quartz.dll
|
||||||
IMPORTS = oleaut32 ole32 advapi32 user32
|
IMPORTS = oleaut32 ole32 advapi32 user32
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
avisplitter.c \
|
avisplit.c \
|
||||||
dsoundrender.c \
|
dsoundrender.c \
|
||||||
filesource.c \
|
filesource.c \
|
||||||
filtergraph.c \
|
filtergraph.c \
|
||||||
|
|
|
@ -414,7 +414,7 @@ fail:
|
||||||
DeleteFileW(filename);
|
DeleteFileW(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
START_TEST(avisplitter)
|
START_TEST(avisplit)
|
||||||
{
|
{
|
||||||
CoInitialize(NULL);
|
CoInitialize(NULL);
|
||||||
|
|
Loading…
Reference in New Issue