From ffc6278146bd03ca73f6768c88b37865a1ccd5fc Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 30 Apr 2011 21:31:20 +0200 Subject: added resampler to beta2 --- scripts/portable_postbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/portable_postbuild.sh') 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 -- cgit v1.2.3