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/faad2/faad2.SlackBuild | |
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/faad2/faad2.SlackBuild')
-rw-r--r-- | audio/faad2/faad2.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
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 |