Date: Fri, 23 Sep 2016 13:14:44 +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: r422673 - in head: Mk multimedia/ffmpeg multimedia/libx264 Message-ID: <201609231314.u8NDEiKP064789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Sep 23 13:14:43 2016 New Revision: 422673 URL: https://svnweb.freebsd.org/changeset/ports/422673 Log: bsd.options.desc.mk: add common OPENCL option description Differential Revision: https://reviews.freebsd.org/D7958 Modified: head/Mk/bsd.options.desc.mk (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/libx264/Makefile (contents, props changed) Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Fri Sep 23 13:14:29 2016 (r422672) +++ head/Mk/bsd.options.desc.mk Fri Sep 23 13:14:43 2016 (r422673) @@ -363,6 +363,7 @@ ODF_DESC?= Open Document Format (ODF) f OGG_DESC?= Ogg media format support OPENAL_DESC?= Audio support via OpenAL OPENBLAS_DESC?= OpenBLAS blas implementation +OPENCL_DESC?= Heterogeneous computing via OpenCL OPENCV_DESC?= Computer Vision support via OpenCV OPENEXR_DESC?= HDR image format support via OpenEXR OPENGL_DESC?= 2D/3D rendering support via OpenGL Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Sep 23 13:14:29 2016 (r422672) +++ head/multimedia/ffmpeg/Makefile Fri Sep 23 13:14:43 2016 (r422673) @@ -64,7 +64,6 @@ ILBC_DESC= Internet Low Bit Rate codec LICENSE_DESC= Licensing options NEON_DESC= Enable Media Processing Engine instructions NONFREE_DESC= Allow use of nonfree code -OPENCL_DESC= Heterogeneous computing via OpenCL OPENH264_DESC= H.264 video codec support via OpenH264 QUVI_DESC= Flash media stream URLs RTCPU_DESC= Detect CPU capabilities at runtime Modified: head/multimedia/libx264/Makefile ============================================================================== --- head/multimedia/libx264/Makefile Fri Sep 23 13:14:29 2016 (r422672) +++ head/multimedia/libx264/Makefile Fri Sep 23 13:14:43 2016 (r422673) @@ -19,7 +19,6 @@ OPTIONS_EXCLUDE= FFMS GPAC LAVF LSMASH S HI10P_DESC= Enable High 10 Profile 10-bit encoding HI10P_CONFIGURE_ON= --bit-depth=10 -OPENCL_DESC= Heterogeneous computing via OpenCL OPENCL_BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl OPENCL_CONFIGURE_OFF= --disable-opencl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609231314.u8NDEiKP064789>