Date: Mon, 18 May 2020 05:43:24 +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: r535719 - head/multimedia/x264 Message-ID: <202005180543.04I5hOQW026330@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon May 18 05:43:24 2020 New Revision: 535719 URL: https://svnweb.freebsd.org/changeset/ports/535719 Log: multimedia/x264: hook PGO distfile into makesum PR: 246219 Approved by: koobs (maintainer) Modified: head/multimedia/x264/Makefile (contents, props changed) Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Mon May 18 04:52:53 2020 (r535718) +++ head/multimedia/x264/Makefile Mon May 18 05:43:24 2020 (r535719) @@ -53,6 +53,10 @@ OPTIONS_RADIO+= MP4 OPTIONS_RADIO_MP4+= GPAC LSMASH OPTIONS_DEFAULT+= FFMS LAVF LSMASH SWSCALE +.if make(makesum) # for optional distfiles +.MAKEFLAGS: WITH="${OPTIONS_DEFINE}" +.endif + FFMS_DESC= FFmpeg Source input support GPAC_DESC= GPAC library support LAVF_DESC= libav* format input support (requires FFmpeg)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005180543.04I5hOQW026330>