[Lunar-commits] <moonbase> ffmpeg: We need to enable the software scaler by default.
Moritz Heiber
moe at lunar-linux.org
Fri Mar 13 16:02:24 CET 2009
commit dc192ed55846dcf9f28cabbd329a787db565d448
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sun Apr 20 17:27:13 2008 +0200
ffmpeg: We need to enable the software scaler by default.
---
video/ffmpeg/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 7b190b1..d47b9cf 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,6 +1,7 @@
(
- OPTS+=" --enable-gpl --enable-nonfree --enable-shared --enable-pthreads"
+ OPTS+=" --enable-gpl --enable-nonfree --enable-shared --enable-pthreads \
+ --enable-swscale"
./configure --prefix=/usr $OPTS &&
More information about the Lunar-commits
mailing list