From ca323383dc1eb123715efb6a41e91212976a9754 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 30 Apr 2011 17:17:00 +0200 Subject: added ao, shn, dumb plugins to static build scripts --- scripts/portable_postbuild.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/portable_postbuild.sh') diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh index 968e4c49..4c68ad9e 100755 --- a/scripts/portable_postbuild.sh +++ b/scripts/portable_postbuild.sh @@ -22,9 +22,16 @@ for i in nullout cdda flac alsa mpgmad hotkeys vtx \ m3u converter ; do if [ -f ./plugins/$i/.libs/$i.so ]; then cp ./plugins/$i/.libs/$i.so $PLUGDIR/ + elif [ -f ./plugins/$i/$i.so ]; then + cp ./plugins/$i/$i.so $PLUGDIR/ else echo ./plugins/$i/.libs/$i.so not found fi + + if [ -f ./plugins/$i/.libs/${i}_gtkui.so ]; then + cp ./plugins/$i/.libs/${i}_gtkui.so $PLUGDIR/ + fi + if [ -f ./plugins/$i/.libs/$i.fallback.so ]; then cp ./plugins/$i/.libs/$i.fallback.so $PLUGDIR/ fi -- cgit v1.2.3