From 0701c752d6b59243de915a89a57a3a5295687e7f Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sun, 26 Oct 2014 00:01:46 +0200 Subject: [PATCH] Strip vlc plugin folder correctly --- admin/win/update-vlc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/win/update-vlc.sh b/admin/win/update-vlc.sh index d8b6d4aa3..15ca53942 100644 --- a/admin/win/update-vlc.sh +++ b/admin/win/update-vlc.sh @@ -50,6 +50,7 @@ tar xvjf pvlc.tar.bz2 # this is for vlc-2.x +cd vlc/plugins rm -rvf \ video_*/ \ gui/ \ @@ -76,8 +77,8 @@ rm -rvf \ **/liblibbluray_plugin* \ **/libdtv_plugin* \ **/*.dll.a \ - **/*.la + **/*.la \ + misc/liblogger_plugin* echo "Downloaded and stripped VLC" -