K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-09-23T13:14:10.907841Z K 7 svn:log V 727 multimedia/x264: add OPENCL option, enabled by default Before OpenCL can be used for lookahead install at least one implementation: devel/freeocl, devel/pocl, lang/beignet or lang/clover. $ x264 --fullhelp | fgrep opencl --opencl Enable use of OpenCL --opencl-clbin Specify path of compiled OpenCL kernel cache --opencl-device Specify OpenCL device ordinal where the options also work in other apps e.g., $ ffmpeg -i -codec:v libx264 -x264opts opencl:opencl-device=1 $ mpv --ovc libx264 --ovcopts-add x264opts=opencl:opencl-device=1 -o Differential Revision: https://reviews.freebsd.org/D7958 Approved by: koobs (maintainer) END