[Lunar-commits] <moonbase> mlt: Need to add the sox optional_depends. For now say "n" as I have yet
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Aug 31 02:29:32 CEST 2009
commit b3cb92621100975bd3fbfdc22e23d4bd56e6a77e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Aug 30 20:29:32 2009 -0400
mlt: Need to add the sox optional_depends. For now say "n" as I have yet
to find a solution; aside from a sox downgrade.
---
video/mlt/BUILD | 3 ++-
video/mlt/DEPENDS | 2 ++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/video/mlt/BUILD b/video/mlt/BUILD
index 88683ff..7df095d 100644
--- a/video/mlt/BUILD
+++ b/video/mlt/BUILD
@@ -1,6 +1,7 @@
(
- OPTS+=" --enable-gpl --avformat-swscale"
+ OPTS+=" --enable-gpl --avformat-swscale --cpu=$CPU"
+
default_build
) > $C_FIFO 2>&1
diff --git a/video/mlt/DEPENDS b/video/mlt/DEPENDS
index 14b7e0f..7f75e7d 100644
--- a/video/mlt/DEPENDS
+++ b/video/mlt/DEPENDS
@@ -1 +1,3 @@
depends ffmpeg
+
+optional_depends sox "--enable-sox" "--disable-sox" "for sox support"
More information about the Lunar-commits
mailing list