wok rev 16659

linphone: g_thread_init() is no longer necessary since glib version 2.32 and should not be used
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 14 06:07:40 2014 +0000 (2014-05-14)
parents e67fcec5ae0d
children 10baa41a7882
files linphone/receipt
line diff
     1.1 --- a/linphone/receipt	Wed May 14 05:56:16 2014 +0000
     1.2 +++ b/linphone/receipt	Wed May 14 06:07:40 2014 +0000
     1.3 @@ -24,6 +24,7 @@
     1.4  		-e 's/avcodec_get_context_defaults(\([^)]*\)/avcodec_get_context_defaults3(\1, NULL/' \
     1.5  		-e 's/avcodec_alloc_context(\([^)]*\)/avcodec_alloc_context3(\1 NULL/' \
     1.6  			mediastreamer2/src/*.c
     1.7 +	sed -i 's/g_thread_init(NULL);//' gtk/*.c
     1.8  	# Define deprecated ffmepg flags ...
     1.9  	CFLAGS="-DCODEC_FLAG_PART=0x0080 -DCODEC_FLAG_H263P_UMV=0x0200000 -DCODEC_FLAG_H263P_SLICE_STRUCT=0x01000000 -DFF_I_TYPE=1" \
    1.10  	LIBS="-lavutil -lz" \