wok rev 16658
linphone: avcodec_init() is called automatically from avcodec_register() and avcodec_register_all(), there is no need to call it manually
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 05:56:16 2014 +0000 (2014-05-14) |
parents | 962f1c89c58a |
children | 8181b60b038f |
files | linphone/receipt |
line diff
1.1 --- a/linphone/receipt Wed May 14 05:35:49 2014 +0000 1.2 +++ b/linphone/receipt Wed May 14 05:56:16 2014 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - sed -i -e 's/CodecID/AV&/' \ 1.8 + sed -i -e 's/CodecID/AV&/' -e 's/avcodec_init();//' \ 1.9 -e 's/avcodec_open(\([^)]*\)/avcodec_open2(\1, NULL/' \ 1.10 -e 's/avcodec_get_context_defaults(\([^)]*\)/avcodec_get_context_defaults3(\1, NULL/' \ 1.11 -e 's/avcodec_alloc_context(\([^)]*\)/avcodec_alloc_context3(\1 NULL/' \