wok diff audacity/receipt @ rev 15204

busybox: support Unicode up to 0x2BFF (ref: http://jrgraphix.net/research/unicode_blocks.php)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 06 13:34:00 2013 +0300 (2013-09-06)
parents d87f2423c050
children f4c22f009037
line diff
     1.1 --- a/audacity/receipt	Tue Nov 13 11:58:05 2012 +0100
     1.2 +++ b/audacity/receipt	Fri Sep 06 13:34:00 2013 +0300
     1.3 @@ -22,6 +22,7 @@
     1.4  		--prefix=/usr \
     1.5  		--infodir=/usr/share/info \
     1.6  		--mandir=/usr/share/man \
     1.7 +		--with-ffmpeg=local \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make && make DESTDIR=$DESTDIR install
    1.10  }