wok-next diff linphone/receipt @ rev 13055
brasero: add libs (thanks mojo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 20 17:42:34 2012 +0200 (2012-06-20) |
parents | d71ba04aa9f5 |
children | f378e2bb1fb7 |
line diff
1.1 --- a/linphone/receipt Mon Jun 11 18:48:18 2012 +0200 1.2 +++ b/linphone/receipt Wed Jun 20 17:42:34 2012 +0200 1.3 @@ -18,7 +18,10 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - LIBS="-lavutil -lz" ./configure --prefix=/usr --libexecdir=/usr/bin \ 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" \ 1.11 + ./configure --prefix=/usr --libexecdir=/usr/bin \ 1.12 --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS 1.13 make && 1.14 make DESTDIR=$PWD/_pkg install