Browse Source

Merge pull request #24 from MartB/bcg_1.0.4

Update to bcg729 version 1.0.4
pull/23/merge
Matteo 8 years ago
committed by GitHub
parent
commit
0669234315
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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 ..


Loading…
Cancel
Save