Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=c930a8915f309aa0507fee05c2e8c79f45ba9864
commit c930a8915f309aa0507fee05c2e8c79f45ba9864 Author: crazy <[EMAIL PROTECTED]> Date: Mon Aug 4 17:55:03 2008 +0200 ffmpeg-20080427-6-x86_64 * re-enabled swscale and update the TODO / WARNING about diff --git a/source/xmultimedia/ffmpeg/FrugalBuild b/source/xmultimedia/ffmpeg/FrugalBuild index 1b76f94..146df51 100644 --- a/source/xmultimedia/ffmpeg/FrugalBuild +++ b/source/xmultimedia/ffmpeg/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ffmpeg pkgver=20080427 -pkgrel=5 +pkgrel=6 pkgdesc="FFMpeg is a complete and free Internet live audio and vide broadcasting solution for Linux/Unix." url="http://ffmpeg.sourceforge.net/" depends=('a52dec' 'faac' 'lame' 'libtheora' 'libvorbis' 'x264>=20080426' 'xvidcore' 'libdc1394' 'imlib2' 'sdl' 'faad2' 'gsm') @@ -16,14 +16,15 @@ source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.ta sha1sums=('d3e42f4e307f5ed83ed877421b8f16f9c74c046b' \ '2113ab53babc732e44f11fb62a48ec4f51040b19') -# TODO: --enable-swscale (ATM it breaks too much app) +# TODO / WARNING: with --enable-swscale some apps may have some problems but without +# one isn't able to compile a lot other apps -- FIXME -- build() { unset MAKEFLAGS Fpatchall Fconf \ --enable-gpl \ - --disable-swscale \ + --enable-swscale \ --enable-postproc \ --enable-libmp3lame \ --enable-libvorbis \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
