You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
269 B
15 lines
269 B
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
VLC="./vlc --ignore-config --rc-fake-tty"
|
|
|
|
$VLC -H
|
|
$VLC -Idummy vlc://quit
|
|
$VLC -vv -Irc,oldrc vlc://quit
|
|
$VLC -vv -Irc,oldrc --play-and-exit vlc://nop
|
|
|
|
ASAN_OPTIONS="$ASAN_OPTIONS,detect_leaks=0"
|
|
export ASAN_OPTIONS
|
|
|
|
$VLC --play-and-exit vlc://nop
|
|
|