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:
Heinz Wiesinger 2016-02-21 16:37:52 +01:00 committed by Willy Sudiarto Raharjo
parent 746dec9802
commit e9a4238277
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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 \