[Lunar-commits] <moonbase> ffmpeg: fix had bad OPTS.

Florin Braescu florin at lunar-linux.org
Mon Apr 20 12:20:22 CEST 2009


commit 9f7c2dc9257099d194a9057d188b07a21ab0f811
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Apr 20 13:20:22 2009 +0300

    ffmpeg: fix had bad OPTS.
    
    Path submitted by brebs. Thank You.
---
 video/ffmpeg/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 868579b..20cd65c 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -3,7 +3,7 @@
   OPTS+=" --enable-gpl --enable-shared --enable-pthreads  --enable-postproc \
           --enable-avfilter-lavf --enable-swscale --enable-avfilter"
 
- [ -n $CPU ] && OPTS+="$OPTS --cpu=$CPU"
+ [ -n $CPU ] && OPTS+=" --cpu=$CPU"
   ./configure --prefix=/usr $OPTS &&
 
   default_make


More information about the Lunar-commits mailing list