wok-next diff libsmpeg/receipt @ rev 20342

gkII: tiny png patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 17 15:57:17 2017 +0100 (2017-11-17)
parents cfc6ddf8de74
children 8940878905f3
line diff
     1.1 --- a/libsmpeg/receipt	Thu Dec 12 09:03:33 2013 +0000
     1.2 +++ b/libsmpeg/receipt	Fri Nov 17 15:57:17 2017 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's/ 0-1/(unsigned int)&/g' audio/hufftable.cpp
     1.9  	chmod +x install-sh
    1.10  	./autogen.sh
    1.11  	./configure --prefix=/usr --disable-gtk-player $CONFIGURE_ARGS &&