svn commit: r375788 - head/multimedia/libav

Mathieu Arnold mat at FreeBSD.org
Mon Dec 29 14:25:29 UTC 2014


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


More information about the svn-ports-head mailing list