[Lunar-commits] <moonbase> ffmpeg: disabled static libs
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 23 21:27:27 CET 2011
commit 1ce632e2097f6f95605d3f825326e2a080dd23d1
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Wed Mar 23 21:27:27 2011 +0100
ffmpeg: disabled static libs
---
video/ffmpeg/BUILD | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 98ca448..47aed48 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,5 +1,7 @@
(
+ OPTS+=" --disable-static" &&
+
if in_depends $MODULE libvpx ; then
patch_it $SOURCE_CACHE/$SOURCE2 0
fi &&
@@ -24,7 +26,7 @@
# With default_build, get error: Unknown option "--build=i686-pc-linux-gnu"
./configure --prefix=/usr $OPTS &&
-
+
default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list