pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/liba52 add a comment why libdjbfft is not used here



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5c6a3e13ca7
branches:  trunk
changeset: 523713:f5c6a3e13ca7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jan 11 19:32:13 2007 +0000

description:
add a comment why libdjbfft is not used here
(for those puzzled about the "No accelerated IMDCT transform found"
message)

diffstat:

 audio/liba52/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 420cf3d2e271 -r f5c6a3e13ca7 audio/liba52/Makefile
--- a/audio/liba52/Makefile     Thu Jan 11 19:23:27 2007 +0000
+++ b/audio/liba52/Makefile     Thu Jan 11 19:32:13 2007 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index