diff options
Diffstat (limited to 'user/vlc/use-vlc-static.patch')
-rw-r--r-- | user/vlc/use-vlc-static.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/vlc/use-vlc-static.patch b/user/vlc/use-vlc-static.patch new file mode 100644 index 000000000..f9cdf9586 --- /dev/null +++ b/user/vlc/use-vlc-static.patch @@ -0,0 +1,12 @@ +diff '--color=auto' -Nurd vlc-3.0.20/test/run_vlc.sh vlc-3.0.20.new/test/run_vlc.sh +--- vlc-3.0.20/test/run_vlc.sh 2023-02-11 01:33:19.000000000 -0800 ++++ vlc-3.0.20.new/test/run_vlc.sh 2025-06-29 02:08:28.915250802 -0700 +@@ -2,7 +2,7 @@ + + set -e + +-VLC="./vlc -I dummy --ignore-config --rc-fake-tty" ++VLC="bin/vlc-static -I dummy --ignore-config --rc-fake-tty" + + $VLC -H + $VLC -Idummy vlc://quit |