summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2015-05-28 19:39:33 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-20 11:55:23 +0700
commit58534b9e3b5d0d2b43143802e217690aae4f51cb (patch)
tree2366d26d39abab72083b36f3a5a5f5e91af52752
parent053f4b843bf0c095ce03ebca6d318b4e49aab783 (diff)
downloadslackbuilds-58534b9e3b5d0d2b43143802e217690aae4f51cb.tar.gz
slackbuilds-58534b9e3b5d0d2b43143802e217690aae4f51cb.tar.xz
multimedia/transcode: Fix optional dependency on lame.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--multimedia/transcode/README3
-rw-r--r--multimedia/transcode/transcode.SlackBuild1
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/README b/multimedia/transcode/README
index d99e428405..d355e7e455 100644
--- a/multimedia/transcode/README
+++ b/multimedia/transcode/README
@@ -5,12 +5,11 @@ the frames (export modules). It supports elementary video and audio frame
transformations, including de-interlacing or fast resizing of video frames
and loading of external filters.
-This can optionally use lame.
-
You can enable some optional (not-autodetected) features by
passing variables to the script:
A52DEC=yes|no (default: no), requires a52dec
FAAC=yes|no (default: no), requires faac
+LAME=yes|no (default: no), requires lame
LIBDV=yes|no (default: no), requires libdv
LIBMPEG2=yes|no (default: no), requires libmpeg2
MJPEGTOOLS=yes|no (default: no), requires mjpegtools
diff --git a/multimedia/transcode/transcode.SlackBuild b/multimedia/transcode/transcode.SlackBuild
index 992a622ac1..778787684a 100644
--- a/multimedia/transcode/transcode.SlackBuild
+++ b/multimedia/transcode/transcode.SlackBuild
@@ -107,6 +107,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-libquicktime=${QUICKTIME:-no} \
--enable-mjpegtools=${MJPEGTOOLS:-no} \
--enable-a52=${A52DEC:-no} \
+ --enable-lame=${LAME:-no} \
--enable-nuv \
--enable-lzo \
--enable-libpostproc \