Browse Source

Merge pull request #28 from Mickaelh51/master

change git repo for bcg729
pull/31/head v1.0.5
Matteo 7 years ago
committed by GitHub
parent
commit
130351dbd7
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

@ -21,7 +21,7 @@ mod_bcg729.o: bcg729 mod_bcg729.c
clone_bcg729:
if [ ! -d bcg729 ]; then \
git clone git://git.linphone.org/bcg729.git; \
git clone https://github.com/BelledonneCommunications/bcg729.git; \
fi
pushd bcg729; git fetch; git checkout 1.0.4; popd;


Loading…
Cancel
Save