aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/x264
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-05-18 13:43:24 +0800
committerJan Beich <jbeich@FreeBSD.org>2020-05-18 13:43:24 +0800
commit59f8ae88d18733dbaed382cb9f35fdb30d7e0240 (patch)
tree953199a556c085245570e0f9b0ee63db05808d6e /multimedia/x264
parentdf3258cf6a8fc36c389820a79e3ac6fee4a4f2b3 (diff)
downloadfreebsd-ports-gnome-59f8ae88d18733dbaed382cb9f35fdb30d7e0240.tar.gz
freebsd-ports-gnome-59f8ae88d18733dbaed382cb9f35fdb30d7e0240.tar.zst
freebsd-ports-gnome-59f8ae88d18733dbaed382cb9f35fdb30d7e0240.zip
multimedia/x264: hook PGO distfile into makesum
PR: 246219 Approved by: koobs (maintainer)
Diffstat (limited to 'multimedia/x264')
-rw-r--r--multimedia/x264/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 15c2205f4098..cb7bd5a64011 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -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)