# HG changeset patch # User Pascal Bellard # Date 1400046976 0 # Node ID e67fcec5ae0d860d75303f0ad148650093575ec7 # Parent 962f1c89c58a484b62bc0f771b7d3e97e19ae3da linphone: avcodec_init() is called automatically from avcodec_register() and avcodec_register_all(), there is no need to call it manually diff -r 962f1c89c58a -r e67fcec5ae0d linphone/receipt --- a/linphone/receipt Wed May 14 05:35:49 2014 +0000 +++ b/linphone/receipt Wed May 14 05:56:16 2014 +0000 @@ -19,7 +19,7 @@ compile_rules() { cd $src - sed -i -e 's/CodecID/AV&/' \ + sed -i -e 's/CodecID/AV&/' -e 's/avcodec_init();//' \ -e 's/avcodec_open(\([^)]*\)/avcodec_open2(\1, NULL/' \ -e 's/avcodec_get_context_defaults(\([^)]*\)/avcodec_get_context_defaults3(\1, NULL/' \ -e 's/avcodec_alloc_context(\([^)]*\)/avcodec_alloc_context3(\1 NULL/' \