From fd2fcbe15a0a00bb4a501b34499c38d94043a60e Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 25 Mar 2008 15:35:36 +0000 Subject: --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. --- multimedia/mplayer-share/options.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'multimedia') 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 -- cgit v1.2.3