[vlc-devel] [PATCH] test: do not use config and cache

Marvin Scholz epirat07 at gmail.com
Wed Apr 8 17:05:24 CEST 2020


On 8 Apr 2020, at 16:59, Rémi Denis-Courmont wrote:

> Le keskiviikkona 8. huhtikuuta 2020, 16.35.06 EEST Marvin Scholz a 
> écrit :
>> ---
>>  test/libvlc/test.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/test/libvlc/test.h b/test/libvlc/test.h
>> index 9d58d0d328..a604a44f97 100644
>> --- a/test/libvlc/test.h
>> +++ b/test/libvlc/test.h
>> @@ -47,7 +47,7 @@
>>   */
>>
>>  static const char * test_defaults_args[] = {
>> -    "-v", "--vout=vdummy",
>> +    "-v", "--vout=vdummy", "--ignore-config", "--no-plugins-cache",
>>  };
>>
>>  static const int test_defaults_nargs =
>
> The first one seems redundant and the second one seems gratuitious and 
> a source
> of performance problems.
>

Why is the --ignore-config redundant?
I added the option for plugin cache as at least on macOS this causes 
errors
with VLC trying to read / write the cache from a incorrect location.

> -- 
> Rémi Denis-Courmont
> Ville neuve de Tapiola, République d´Uusimaa
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list