wok diff ffmpeg-dev/receipt @ rev 2680

ffmpeg mktemp busybox hack and avutil hack
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 21 21:25:07 2009 +0000 (2009-04-21)
parents 7d6849d4f7bc
children f04f5973ca78
line diff
     1.1 --- a/ffmpeg-dev/receipt	Tue Apr 21 12:40:38 2009 +0000
     1.2 +++ b/ffmpeg-dev/receipt	Tue Apr 21 21:25:07 2009 +0000
     1.3 @@ -15,5 +15,8 @@
     1.4  	cp -a $_pkg/usr/include $fs/usr
     1.5  	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
     1.6  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
     1.7 +	
     1.8 +	# avutil.h file in svn version 18330 is incomplete: Kino hack
     1.9 +	cp -a stuff/avutil* $fs/usr/include/libavutil/
    1.10  }
    1.11