diff options
author | waker <wakeroid@gmail.com> | 2011-04-30 21:31:20 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-30 21:31:20 +0200 |
commit | ffc6278146bd03ca73f6768c88b37865a1ccd5fc (patch) | |
tree | 1e2bd2087ea7f11d27db8b995ee87b6d440c2d3c /scripts | |
parent | c27d5ba97ff1f15a178751759a54c511f5e13652 (diff) |
added resampler to beta2
Diffstat (limited to 'scripts')
-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 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 |