Re: [2/2] quartz/tests: Add tests for IVMRMonitorConfig and IVMRMonitorConfig9 interface
Sebastian Lackner <sebastian(a)fds-team.de> writes:
diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in index ae5fbac..94b2f44 100644 --- a/dlls/quartz/tests/Makefile.in +++ b/dlls/quartz/tests/Makefile.in @@ -8,6 +8,7 @@ C_SRCS = \ filtermapper.c \ memallocator.c \ misc.c \ + monitorconfig.c \ referenceclock.c \ videorenderer.c
Please merge it into one of the existing files. -- Alexandre Julliard julliard(a)winehq.org
Hi, in which one? There aren't any VMR tests yet, neither VMR7 nor VMR9 (VideoRenderer != VMR). Do you think I should put it into the middle of some unrelated tests, or start a new file for vmr tests instead? Sebastian Am 19.11.2013 18:54, schrieb Alexandre Julliard:
Sebastian Lackner <sebastian(a)fds-team.de> writes:
diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in index ae5fbac..94b2f44 100644 --- a/dlls/quartz/tests/Makefile.in +++ b/dlls/quartz/tests/Makefile.in @@ -8,6 +8,7 @@ C_SRCS = \ filtermapper.c \ memallocator.c \ misc.c \ + monitorconfig.c \ referenceclock.c \ videorenderer.c
Please merge it into one of the existing files.
Sebastian Lackner <sebastian(a)fds-team.de> writes:
Hi,
in which one? There aren't any VMR tests yet, neither VMR7 nor VMR9 (VideoRenderer != VMR). Do you think I should put it into the middle of some unrelated tests, or start a new file for vmr tests instead?
It's related to video rendering, so videorenderer.c would be appropriate. It could be renamed to video.c at some point, but that doesn't matter much; the important thing is to avoid creating too many separate files. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Sebastian Lackner