summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-30 21:31:20 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-30 21:31:20 +0200
commitffc6278146bd03ca73f6768c88b37865a1ccd5fc (patch)
tree1e2bd2087ea7f11d27db8b995ee87b6d440c2d3c /scripts
parentc27d5ba97ff1f15a178751759a54c511f5e13652 (diff)
added resampler to beta2
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 b26544be..0ad8752a 100755
--- a/scripts/portable_package_static.sh
+++ b/scripts/portable_package_static.sh
@@ -55,5 +55,6 @@ tar jcvf ../portable_out/build/deadbeef-$VERSION-static-i686.tar.bz2\
$PLUGDIR/converter.so\
$PLUGDIR/converter_gtkui.so\
$PLUGDIR/pulse.so\
+ $PLUGDIR/dsp_libsrc.so\
$PIXMAPDIR
cd ..
diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh
index e37c0dab..9fd9bded 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 ; do
+ m3u converter pulse dsp_libsrc ; do
if [ -f ./plugins/$i/.libs/$i.so ]; then
cp ./plugins/$i/.libs/$i.so $PLUGDIR/
elif [ -f ./plugins/$i/$i.so ]; then