summaryrefslogtreecommitdiff
path: root/scripts/portable_postbuild.sh
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/portable_postbuild.sh
parent732ce6d76a7bc0bc0987d07a085136417373e5b7 (diff)
added mono2stereo to portable build scripts
Diffstat (limited to 'scripts/portable_postbuild.sh')
-rwxr-xr-xscripts/portable_postbuild.sh2
1 files changed, 1 insertions, 1 deletions
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