wok rev 2912
gst-ffmpeg problem with new ffmpeg; so compiled with built-in ffmpeg for now; size up
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed May 06 13:20:04 2009 +0000 (2009-05-06) |
parents | 949ce1a4c1fb |
children | e3f84bde9be8 |
files | gst-ffmpeg/receipt |
line diff
1.1 --- a/gst-ffmpeg/receipt Wed May 06 13:16:04 2009 +0000 1.2 +++ b/gst-ffmpeg/receipt Wed May 06 13:20:04 2009 +0000 1.3 @@ -12,13 +12,12 @@ 1.4 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 1.5 1.6 # Rules to configure and make the package. 1.7 -# Remove --with-system-ffmpeg from ./configure for compiling with inbuilt FFmpeg 1.8 +# Add --with-system-ffmpeg from ./configure for compiling with shared FFmpeg. 1.9 # need atleast version 18330 for shared ffmpeg 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 - ./configure \ 1.14 - --prefix=/usr --with-system-ffmpeg && 1.15 + ./configure --prefix=/usr && 1.16 make && 1.17 make DESTDIR=$PWD/_pkg install 1.18 }