wok diff linphone/receipt @ rev 13082

Up: gpodder to 2.20.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:59:29 2012 +0000 (2012-06-25)
parents d71ba04aa9f5
children f378e2bb1fb7
line diff
     1.1 --- a/linphone/receipt	Mon Jun 11 18:48:18 2012 +0200
     1.2 +++ b/linphone/receipt	Mon Jun 25 08:59:29 2012 +0000
     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