diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-17 10:18:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-17 10:18:13 +0000 |
commit | ff339b30919d6704e3ffbc33a413e4e35f78a0a7 (patch) | |
tree | 62971fe707e534e7c7f25aa6653acdd8522411f3 /multimedia | |
parent | 20fbe8818319daf4595bd8295a95a7216cfc8203 (diff) | |
download | pkgsrc-ff339b30919d6704e3ffbc33a413e4e35f78a0a7.tar.gz |
Just use mad libraries for audio.
Should fix compilation with ffmpeg installed.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gnash/Makefile b/multimedia/gnash/Makefile index 2e4beec8d3d..1f7b395cc2b 100644 --- a/multimedia/gnash/Makefile +++ b/multimedia/gnash/Makefile @@ -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_LANGUAGES= c c++ 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 |