summaryrefslogtreecommitdiffstats
path: root/audio/faad2/faad2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/faad2.SlackBuild')
-rw-r--r--audio/faad2/faad2.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/faad2/faad2.SlackBuild b/audio/faad2/faad2.SlackBuild
index 282cc6ae6f..2de4d62f78 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