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

Zebediah Figura z.figura12 at gmail.com
Tue Feb 13 13:00:13 CST 2018


On 13/02/18 12:19, Alexandre Julliard wrote:
> 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
> 

Whoops. I've sent an updated patch; thanks.



More information about the wine-devel mailing list