From owner-svn-ports-head@FreeBSD.ORG Mon Dec 29 14:25:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEB1E1A4; Mon, 29 Dec 2014 14:25:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BADE1293E; Mon, 29 Dec 2014 14:25:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBTEPTdY064673; Mon, 29 Dec 2014 14:25:29 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBTEPTKq064672; Mon, 29 Dec 2014 14:25:29 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201412291425.sBTEPTKq064672@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Dec 2014 14:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375788 - head/multimedia/libav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 14:25:29 -0000 Author: mat Date: Mon Dec 29 14:25:28 2014 New Revision: 375788 URL: https://svnweb.freebsd.org/changeset/ports/375788 QAT: https://qat.redports.org/buildarchive/r375788/ Log: Fix after r375786. Sponsored by: Absolight Modified: head/multimedia/libav/Makefile Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Mon Dec 29 14:18:23 2014 (r375787) +++ head/multimedia/libav/Makefile Mon Dec 29 14:25:28 2014 (r375788) @@ -86,7 +86,8 @@ ILBC_BUILD_DEPENDS= ${LOCALBASE}/includ ILBC_CONFIGURE_ENABLE= libilbc JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack -JACK_CONFIGURE_ENABLE= indev=jack +JACK_CONFIGURE_ON= --enable-indev=jack +JACK_CONFIGURE_OFF= --disable-indev=jack LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame LAME_CONFIGURE_ENABLE= libmp3lame @@ -118,7 +119,8 @@ THEORA_LIB_DEPENDS= libtheora.so:${PORT THEORA_CONFIGURE_ENABLE= libtheora V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -V4L_CONFIGURE_ENABLE= indev=v4l2 +V4L_CONFIGURE_ON= --enable-indev=v4l2 +V4L_CONFIGURE_OFF= --disable-indev=v4l2 VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva VAAPI_CONFIGURE_ENABLE= vaapi