From: Anthony Minessale Date: Tue, 22 Feb 2011 02:01:46 +0000 (-0600) Subject: bump mod_shout to use mpg123-1.13.2 to hopefully address unwanted calls to exit(... X-Git-Tag: v1.2-rc1~181^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079f3f73ed63733b5642ae3b49ec5cf66db2d6dc;p=thirdparty%2Ffreeswitch.git bump mod_shout to use mpg123-1.13.2 to hopefully address unwanted calls to exit() and inherit other upstream fixes --- diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index 0ff6fc6525..7388bc0c67 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -1,6 +1,6 @@ LAME=lame-3.97 SHOUT=libshout-2.2.2 -MPG123=mpg123 +MPG123=mpg123-1.13.2 BASE=../../../.. WANT_CURL=yes