aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-06 22:39:14 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-06 22:39:14 +0000
commit1d680540ad352eba35b009cb48acdb5e09341aca (patch)
treef72c4d43c47a71fdc3ddf0579ff8ea97dcee510a /multimedia
parent9ebeeae36cb8bbcf71e12c46af7fef35f386a5bd (diff)
downloadports-1d680540ad352eba35b009cb48acdb5e09341aca.tar.gz
ports-1d680540ad352eba35b009cb48acdb5e09341aca.zip
MFH: r522287
multimedia/libvpx: document current Firefox limit See https://bugzilla.mozilla.org/show_bug.cgi?id=1225221 Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2020Q1/; revision=522292
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libvpx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile
index 8b435fa2397e..22ca987532f9 100644
--- a/multimedia/libvpx/Makefile
+++ b/multimedia/libvpx/Makefile
@@ -54,7 +54,7 @@ SHARED_CONFIGURE_ON= --enable-shared
SIZE_LIMIT_DESC= Maximum size allowed by decoder: ${SIZE_LIMIT}
SIZE_LIMIT_CONFIGURE_ON=--size-limit=${SIZE_LIMIT}
-SIZE_LIMIT?= 16384x16384 # Chromium; Firefox has 4000x3000
+SIZE_LIMIT?= 16384x16384 # Chromium; Firefox has 8192x4608
TEST_CONFIGURE_OFF= --disable-unit-tests