[PATCH 1/2] msvfw32: Fix driver enumeration.

Alexandre Julliard julliard at winehq.org
Tue Feb 13 12:19:41 CST 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
> Fixes e.g. msacm.l3acm being enumerated as "msac".".l3a".
>
> This behaviour matches that on Windows tested mainly by manually modifying
> the registry. If this is appropriate for a test I will add one.
>
>  dlls/msvfw32/msvideo_main.c | 53 +++++++++++++++++++++++----------------------
>  1 file changed, 27 insertions(+), 26 deletions(-)

This one also fails:

../../../tools/runtest -q -P wine -T ../../.. -M msvfw32.dll -p msvfw32_test.exe.so msvfw && touch msvfw.ok
msvfw.c:34: Test failed: ICOpen(vidc.0) failed
msvfw.c:43: Test failed: ICOpen(vidc.0) failed
msvfw.c:101: Test failed: RLE8->RGB failed
msvfw.c:140: Test failed: cvid->RGB16 failed
msvfw.c:144: Test failed: cvid->RGB16 height<0 failed
msvfw.c:150: Test failed: cvid->RGB32 failed
msvfw.c:154: Test failed: cvid->RGB32 height<0 failed
msvfw.c:169: Test failed: MSVC->RGB16 failed
msvfw.c:215: Test failed: RGB8->RGB identity failed
msvfw.c:220: Test failed: RLE8->RGB again failed
msvfw.c:310: Test failed: expected at least one codec
Makefile:218: recipe for target 'msvfw.ok' failed
make: *** [msvfw.ok] Error 11

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list