audio/faad2: Remove --with-drm configure flag
This flag actually breaks more functionality than it would provide. Since it is disabled in most other distributions, disable it here too. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
ae70403685
commit
fd8e9ddecf
|
@ -1,5 +1,5 @@
|
|||
Faad2 is the fastest ISO AAC audio decoder available.
|
||||
Faad2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC (Low Complexity),
|
||||
Faad2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC (Low Complexity),
|
||||
HE (High Efficiency), LTP (Long Term Prediction), LD (Low Delay), and
|
||||
ER (Error Resiliency) object type AAC files.
|
||||
Faad2 includes code for SBR (HE AAC) decoding.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=faad2
|
||||
VERSION=${VERSION:-2.7}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -72,12 +72,15 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--with-drm \
|
||||
--mandir=/usr/man \
|
||||
--enable-shared=yes \
|
||||
--enable-static=no \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# This option is supposed to enable support for decoding Digital Radio Mondiale,
|
||||
# but actually breaks the base functionality. -HW
|
||||
# --with-drm
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
faad2: Faad2 (MPEG2 and MPEG-4 AAC decoder)
|
||||
faad2:
|
||||
faad2: Faad2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC
|
||||
faad2: Faad2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC
|
||||
faad2: decoder. Faad2 includes code for SBR (HE AAC) decoding.
|
||||
faad2:
|
||||
faad2: http://www.audiocoding.com/
|
||||
|
|
Loading…
Reference in New Issue