[Lunar-commits] <moonbase> ffmpeg-svn: fix build script to remove --build option
Zachary McGrew
zmcgrew at lunar-linux.org
Mon Jan 5 08:41:03 CET 2009
commit 21af69a9a438d4cfd201bb2380da6e47b5168804
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Jan 4 23:41:03 2009 -0800
ffmpeg-svn: fix build script to remove --build option
---
zbeta/ffmpeg-svn/BUILD | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/zbeta/ffmpeg-svn/BUILD b/zbeta/ffmpeg-svn/BUILD
index 342e833..85d4cc1 100644
--- a/zbeta/ffmpeg-svn/BUILD
+++ b/zbeta/ffmpeg-svn/BUILD
@@ -5,6 +5,9 @@
[ -n $CPU ] && OPTS+="$OPTS --cpu=$CPU"
- default_build
+ #Can't call default_build because the default_config passes --build
+ #Which ffmpeg dropped support for... =(
+ ./configure --prefix=/usr $OPTS &&
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list