Date: Mon, 29 Dec 2014 14:25:29 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375788 - head/multimedia/libav Message-ID: <201412291425.sBTEPTKq064672@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412291425.sBTEPTKq064672>