diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-09-02 15:46:51 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-09-02 15:46:51 +0200 |
commit | fd8e9ddecf41da64e9eecdfda27abf6a8f25d3b4 (patch) | |
tree | 684474cc8fd49801929c561f4617e543592a5006 /audio | |
parent | ae70403685d984519e670f5a71e0211a88058212 (diff) |
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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faad2/README | 2 | ||||
-rw-r--r-- | audio/faad2/faad2.SlackBuild | 7 | ||||
-rw-r--r-- | audio/faad2/slack-desc | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/audio/faad2/README b/audio/faad2/README index afe448b9c30c..087c825c149e 100644 --- a/audio/faad2/README +++ b/audio/faad2/README @@ -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. diff --git a/audio/faad2/faad2.SlackBuild b/audio/faad2/faad2.SlackBuild index 282cc6ae6fa5..2de4d62f78c9 100644 --- a/audio/faad2/faad2.SlackBuild +++ b/audio/faad2/faad2.SlackBuild @@ -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 diff --git a/audio/faad2/slack-desc b/audio/faad2/slack-desc index 94ac88a26f05..698304101d87 100644 --- a/audio/faad2/slack-desc +++ b/audio/faad2/slack-desc @@ -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/ |