[Lunar-commits] <moonbase> ffmpeg: A minor tweak.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Feb 27 23:35:58 CET 2010
commit b48f5b139e79aaf543d481d78db86c20c91a85d2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Feb 27 17:35:58 2010 -0500
ffmpeg: A minor tweak.
---
video/ffmpeg/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 20cd65c..889fac4 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,7 +1,7 @@
(
- OPTS+=" --enable-gpl --enable-shared --enable-pthreads --enable-postproc \
- --enable-avfilter-lavf --enable-swscale --enable-avfilter"
+ OPTS+=" --enable-gpl --enable-shared --enable-pthreads --enable-postproc \
+ --enable-avfilter-lavf --enable-swscale --enable-avfilter" &&
[ -n $CPU ] && OPTS+=" --cpu=$CPU"
./configure --prefix=/usr $OPTS &&
More information about the Lunar-commits
mailing list