[Lunar-commits] r25048 - moonbase/trunk/zbeta/ffmpeg-svn
Auke Kok
sofar at lunar-linux.org
Sun Jul 1 21:37:49 CEST 2007
Author: sofar
Date: 2007-07-01 21:37:49 +0200 (Sun, 01 Jul 2007)
New Revision: 25048
Modified:
moonbase/trunk/zbeta/ffmpeg-svn/BUILD
Log:
Turned on the swscaler option by default. A handful of things are using this now, such as ffmpegthumbnailer and the svn builds of vlc (0.9.0, when it gets released).
From: zmcgrew at gmail.com
Modified: moonbase/trunk/zbeta/ffmpeg-svn/BUILD
===================================================================
--- moonbase/trunk/zbeta/ffmpeg-svn/BUILD 2007-07-01 19:37:20 UTC (rev 25047)
+++ moonbase/trunk/zbeta/ffmpeg-svn/BUILD 2007-07-01 19:37:49 UTC (rev 25048)
@@ -3,6 +3,7 @@
./configure --prefix=/usr \
--enable-gpl \
--enable-shared \
+ --enable-swscaler \
--enable-pp \
--enable-pthreads \
$OPTS &&
More information about the Lunar-commits
mailing list