From 95e82c1a35bfc9026f481440f8df42f1a3cf3a69 Mon Sep 17 00:00:00 2001 From: MartB Date: Mon, 8 Jan 2018 20:36:07 +0100 Subject: [PATCH] Update to bcg729 version 1.0.4 No further code changes required. Mostly build system fixes, build checked. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 859f4d7..07bfd70 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ clone_bcg729: if [ ! -d bcg729 ]; then \ git clone git://git.linphone.org/bcg729.git; \ fi - pushd bcg729; git fetch; git checkout 1.0.3; popd; + pushd bcg729; git fetch; git checkout 1.0.4; popd; bcg729: clone_bcg729 cd bcg729 && sh autogen.sh && CFLAGS=-fPIC ./configure && make && cd ..