pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gnash Just use mad libraries for audio.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8f7144afc5e
branches:  trunk
changeset: 530158:f8f7144afc5e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 17 10:18:13 2007 +0000

description:
Just use mad libraries for audio.
Should fix compilation with ffmpeg installed.

diffstat:

 multimedia/gnash/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 939b640f25ef -r f8f7144afc5e multimedia/gnash/Makefile
--- a/multimedia/gnash/Makefile Sun Jun 17 07:43:30 2007 +0000
+++ b/multimedia/gnash/Makefile Sun Jun 17 10:18:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/06/14 06:01:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2007/06/17 10:18:13 wiz Exp $
 #
 
 DISTNAME=              gnash-0.8.0
@@ -18,6 +18,7 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-mp3
+CONFIGURE_ARGS+=       --enable-media=mad
 USE_TOOLS+=            bash msgfmt pkg-config
 
 # /bin/sh finds a syntax error without line number



Home | Main Index | Thread Index | Old Index