# HG changeset patch # User Pascal Bellard # Date 1400047660 0 # Node ID 8181b60b038fbceae3b85b509a84a81e964d26a2 # Parent e67fcec5ae0d860d75303f0ad148650093575ec7 linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used diff -r e67fcec5ae0d -r 8181b60b038f linphone/receipt --- a/linphone/receipt Wed May 14 05:56:16 2014 +0000 +++ b/linphone/receipt Wed May 14 06:07:40 2014 +0000 @@ -24,6 +24,7 @@ -e 's/avcodec_get_context_defaults(\([^)]*\)/avcodec_get_context_defaults3(\1, NULL/' \ -e 's/avcodec_alloc_context(\([^)]*\)/avcodec_alloc_context3(\1 NULL/' \ mediastreamer2/src/*.c + sed -i 's/g_thread_init(NULL);//' gtk/*.c # Define deprecated ffmepg flags ... CFLAGS="-DCODEC_FLAG_PART=0x0080 -DCODEC_FLAG_H263P_UMV=0x0200000 -DCODEC_FLAG_H263P_SLICE_STRUCT=0x01000000 -DFF_I_TYPE=1" \ LIBS="-lavutil -lz" \