summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-11 19:32:13 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-11 19:32:13 +0000
commit0066933e671d3249a86c37ead0c064ae016c24ef (patch)
tree4112122bf51f44924095822e55f9047551074c9c /audio
parent6d7e5143e41a70cd96d97df8a9cd762706e352b3 (diff)
downloadpkgsrc-0066933e671d3249a86c37ead0c064ae016c24ef.tar.gz
add a comment why libdjbfft is not used here
(for those puzzled about the "No accelerated IMDCT transform found" message)
Diffstat (limited to 'audio')
-rw-r--r--audio/liba52/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile
index 94ba84c2586..2da2855dc49 100644
--- a/audio/liba52/Makefile
+++ b/audio/liba52/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/06/13 17:52:29 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2007/01/11 19:32:13 drochner Exp $
#
DISTNAME= a52dec-0.7.4
@@ -18,4 +18,9 @@ CONFIGURE_ARGS+= --disable-oss
CONFIGURE_ARGS+= --disable-mlib
CONFIGURE_ARGS+= --enable-shared
+# does not work until libdjbfft is shared
+#CONFIGURE_ARGS+= --enable-djbfft
+#CONFIGURE_ENV+= LIBA52_CFLAGS=-I${LOCALBASE}/include/djbfft
+#.include "../../math/djbfft/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"