mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/transcode: Remove build options for v4l-utils and a52dec.
Both are available in slackware now and are thus enabled by default. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
746dec9802
commit
e9a4238277
2 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,6 @@ and loading of external filters.
|
|||
|
||||
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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for transcode
|
||||
|
||||
# Copyright 2008-2015 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2016 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -90,8 +90,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--enable-alsa \
|
||||
--enable-v4l \
|
||||
--enable-libv4l2=${LIBV4L:-yes} \
|
||||
--enable-libv4lconvert=${LIBV4L:-yes} \
|
||||
--enable-libv4l2 \
|
||||
--enable-libv4lconvert \
|
||||
--enable-libmpeg2=${LIBMPEG2:-no} \
|
||||
--enable-libmpeg2convert=${LIBMPEG2:-no} \
|
||||
--enable-ogg \
|
||||
|
@ -106,7 +106,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-libdv=${LIBDV:-no} \
|
||||
--enable-libquicktime=${QUICKTIME:-no} \
|
||||
--enable-mjpegtools=${MJPEGTOOLS:-no} \
|
||||
--enable-a52=${A52DEC:-no} \
|
||||
--enable-a52 \
|
||||
--enable-lame=${LAME:-no} \
|
||||
--enable-nuv \
|
||||
--enable-lzo \
|
||||
|
|
Loading…
Reference in a new issue