wok diff htmldoc/receipt @ rev 21805
Up vlc (3.0.6) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 19:40:09 2019 +0200 (2019-08-15) |
parents | e2ed49678df3 |
children | 5b6c86ca3faa |
line diff
1.1 --- a/htmldoc/receipt Wed Aug 14 22:27:18 2013 +0000 1.2 +++ b/htmldoc/receipt Thu Aug 15 19:40:09 2019 +0200 1.3 @@ -16,7 +16,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i -e 's|\(jpeg_read_header.*\)1|\1boolean(1)|' \ 1.9 + -e 's|\(quantize.*\)0|\1boolean(0)|' htmldoc/image.cxx 1.10 1.11 # make sure not to use the libs htmldoc ships with 1.12 mkdir foo ; mv jpeg foo/ ; mv png foo/ ; mv zlib foo/