wok rev 21119
libv4l: update for new jpeg version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 19 21:00:46 2019 +0100 (2019-03-19) |
parents | 41a551d8ddd5 |
children | 51b6d5cc79ab |
files | libv4l/receipt |
line diff
1.1 --- a/libv4l/receipt Tue Mar 19 20:36:17 2019 +0100 1.2 +++ b/libv4l/receipt Tue Mar 19 21:00:46 2019 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|jpeg_mem|_&|' lib/libv4lconvert/jpeg_memsrcdest.h 1.8 make && 1.9 make install PREFIX="/usr" DESTDIR="$DESTDIR" 1.10 }