wok-stable diff gst-ffmpeg/receipt @ rev 5949
avidemux: fix build for gcc45 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 03 14:58:58 2010 +0200 (2010-08-03) |
parents | 2c679ce49f4c |
children | 26665883a98a |
line diff
1.1 --- a/gst-ffmpeg/receipt Sat Jun 13 13:32:50 2009 +0200 1.2 +++ b/gst-ffmpeg/receipt Tue Aug 03 14:58:58 2010 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 cd $src 1.5 sed -i 's/pr -. -t/cat/' gst-libs/ext/ffmpeg/configure 1.6 ./configure --prefix=/usr && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11