diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-25 15:35:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-25 15:35:36 +0000 |
commit | 8bda8c0d57f394eb686e6c09c99575f3374dbe9e (patch) | |
tree | cf46f260aef8222d875cf34c96ace5c24f787a89 /multimedia | |
parent | 0b92f54abc654fe237d6e81586086542c837077d (diff) | |
download | pkgsrc-8bda8c0d57f394eb686e6c09c99575f3374dbe9e.tar.gz |
--enable-x264 confuses the configure script, it's better to avoid
it and let it find out for itself.
Fixes mencoder build.
Reported and fixed by David Sainty.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 472e41441cb..87b38c39095 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.30 2008/03/24 23:44:19 tnn Exp $ +# $NetBSD: options.mk,v 1.31 2008/03/25 15:35:36 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -273,7 +273,6 @@ CONFIGURE_ARGS+= --disable-libvorbis .endif .if !empty(PKG_OPTIONS:Mx264) -CONFIGURE_ARGS+= --enable-x264 . include "../../multimedia/x264-devel/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-x264 |