summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-22 12:18:32 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-22 12:18:32 +0200
commit2660736089f1dd5d41479f27340e696edbe1944d (patch)
tree8e3740175d016ee3be83746d7a895499e86fdc37 /scripts
parent732ce6d76a7bc0bc0987d07a085136417373e5b7 (diff)
added mono2stereo to portable build scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/portable_package_static.sh1
-rwxr-xr-xscripts/portable_postbuild.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/portable_package_static.sh b/scripts/portable_package_static.sh
index d3e66900..129000b2 100755
--- a/scripts/portable_package_static.sh
+++ b/scripts/portable_package_static.sh
@@ -58,6 +58,7 @@ tar jcvf ../portable_out/build/deadbeef-$VERSION-static-i686.tar.bz2\
$PLUGDIR/convpresets\
$PLUGDIR/pulse.so\
$PLUGDIR/dsp_libsrc.so\
+ $PLUGDIR/mono2stereo.so\
$PIXMAPDIR\
$SRCDIR/locale
cd ..
diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh
index e7676bd2..7fab1d6e 100755
--- a/scripts/portable_postbuild.sh
+++ b/scripts/portable_postbuild.sh
@@ -19,7 +19,7 @@ for i in nullout cdda flac alsa mpgmad hotkeys vtx \
lastfm sid adplug sndfile artwork \
supereq gme dumb notify musepack wildmidi \
tta dca aac mms shn ao shellexec vfs_zip \
- m3u converter pulse dsp_libsrc ; do
+ m3u converter pulse dsp_libsrc mono2stereo ; do
if [ -f ./plugins/$i/.libs/$i.so ]; then
cp ./plugins/$i/.libs/$i.so $PLUGDIR/
elif [ -f ./plugins/$i/$i.so ]; then