mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/transcode: Fix optional dependency on lame.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
053f4b843b
commit
58534b9e3b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue