diff options
-rwxr-xr-x | scripts/portable_package_static.sh | 1 | ||||
-rwxr-xr-x | scripts/portable_postbuild.sh | 2 |
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 |