wok-6.x diff linphone/receipt @ rev 18815
lxpanel: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 15 16:27:43 2016 +0100 (2016-01-15) |
parents | 8181b60b038f |
children | d42fba5d4c31 |
line diff
1.1 --- a/linphone/receipt Wed May 14 06:07:40 2014 +0000 1.2 +++ b/linphone/receipt Fri Jan 15 16:27:43 2016 +0100 1.3 @@ -26,7 +26,7 @@ 1.4 mediastreamer2/src/*.c 1.5 sed -i 's/g_thread_init(NULL);//' gtk/*.c 1.6 # Define deprecated ffmepg flags ... 1.7 - CFLAGS="-DCODEC_FLAG_PART=0x0080 -DCODEC_FLAG_H263P_UMV=0x0200000 -DCODEC_FLAG_H263P_SLICE_STRUCT=0x01000000 -DFF_I_TYPE=1" \ 1.8 + CFLAGS="-Wno-deprecated-declarations -DCODEC_FLAG_PART=0x0080 -DCODEC_FLAG_H263P_UMV=0x0200000 -DCODEC_FLAG_H263P_SLICE_STRUCT=0x01000000 -DFF_I_TYPE=1" \ 1.9 LIBS="-lavutil -lz" \ 1.10 ./configure --prefix=/usr --libexecdir=/usr/bin \ 1.11 --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS