Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 00:50:12 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394537 - head/multimedia/mpv
Message-ID:  <201508180050.t7I0oC93024976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Aug 18 00:50:11 2015
New Revision: 394537
URL: https://svnweb.freebsd.org/changeset/ports/394537

Log:
  multimedia/mpv: drop nop include after r391260
  
  multimedia/ffmpeg doesn't use non-default prefix for include
  directories unlike multimedia/ffmpeg0 or multimedia/libav.
  
  PR:		202401
  Approved by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)

Modified:
  head/multimedia/mpv/Makefile

Modified: head/multimedia/mpv/Makefile
==============================================================================
--- head/multimedia/mpv/Makefile	Tue Aug 18 00:31:29 2015	(r394536)
+++ head/multimedia/mpv/Makefile	Tue Aug 18 00:50:11 2015	(r394537)
@@ -33,7 +33,7 @@ USE_XORG=	x11 xv xxf86vm
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 
-CPPFLAGS+=	-I.. -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include
+CPPFLAGS+=	-I.. -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFIGURE_ARGS=	--prefix=${PREFIX} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508180050.t7I0oC93024976>