summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-03-16 21:22:45 +0000
committerwiz <wiz@pkgsrc.org>2008-03-16 21:22:45 +0000
commite22cf4bee017c5ebf9ae2a1d4e5c45bfa30deb0d (patch)
tree55fcf134bfdef0763e4aab18260ee7892655811d /multimedia/mplayer-share
parent84fccd63374288d7d68890961faa7014499dc55e (diff)
downloadpkgsrc-e22cf4bee017c5ebf9ae2a1d4e5c45bfa30deb0d.tar.gz
Add x264-devel include, seems to be needed after all.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r--multimedia/mplayer-share/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index bcd99c0fb50..e5803839372 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2008/03/16 11:56:49 wiz Exp $
+# $NetBSD: options.mk,v 1.29 2008/03/16 21:22:45 wiz Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -274,6 +274,7 @@ CONFIGURE_ARGS+= --disable-libvorbis
.if !empty(PKG_OPTIONS:Mx264)
CONFIGURE_ARGS+= --enable-x264
+. include "../../multimedia/x264-devel/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-x264
.endif