# HG changeset patch # User Rohit Joshi # Date 1241616004 0 # Node ID fee4476bdf6a8f9f1fb6e51f595b1e96482ffc3f # Parent 949ce1a4c1fba89cc585e41c0e5abfcf35de4b79 gst-ffmpeg problem with new ffmpeg; so compiled with built-in ffmpeg for now; size up diff -r 949ce1a4c1fb -r fee4476bdf6a gst-ffmpeg/receipt --- a/gst-ffmpeg/receipt Wed May 06 13:16:04 2009 +0000 +++ b/gst-ffmpeg/receipt Wed May 06 13:20:04 2009 +0000 @@ -12,13 +12,12 @@ WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" # Rules to configure and make the package. -# Remove --with-system-ffmpeg from ./configure for compiling with inbuilt FFmpeg +# Add --with-system-ffmpeg from ./configure for compiling with shared FFmpeg. # need atleast version 18330 for shared ffmpeg compile_rules() { cd $src - ./configure \ - --prefix=/usr --with-system-ffmpeg && + ./configure --prefix=/usr && make && make DESTDIR=$PWD/_pkg install }