linphone-ios/linphone/mediastreamer2/plugins/msilbc/README
aymeric 2b8200409c Initial import
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
2008-09-04 15:47:34 +00:00

13 lines
290 B
Text

* compile and install the ilbc source:
tar -xvzf ilbc-rfc3951.tar.gz
cd ilbc-rfc2951
./configure --prefix=/usr && make
make install (as root)
cd ..
* compile and install the plugin:
./configure --prefix=<prefix of linphone/mediastreamer installation>
make
make install