pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Add x264-devel include, seems...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5d201a434ec
branches:  trunk
changeset: 539920:b5d201a434ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 16 21:22:45 2008 +0000

description:
Add x264-devel include, seems to be needed after all.

diffstat:

 multimedia/mplayer-share/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 46a4e039b02d -r b5d201a434ec multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Sun Mar 16 21:13:05 2008 +0000
+++ b/multimedia/mplayer-share/options.mk       Sun Mar 16 21:22:45 2008 +0000
@@ -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 @@
 
 .if !empty(PKG_OPTIONS:Mx264)
 CONFIGURE_ARGS+=       --enable-x264
+.  include "../../multimedia/x264-devel/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-x264
 .endif



Home | Main Index | Thread Index | Old Index