summaryrefslogtreecommitdiff
path: root/multimedia/libvpx/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-06 22:36:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-06 22:36:32 +0000
commitff7874ae37997a4cd05c6b844d104257a2c6765f (patch)
tree13ede35f10b730e9c28ffcc8c2e293bc0766beb0 /multimedia/libvpx/Makefile
parentCopy net/gnatsd to net/nats-server. (diff)
multimedia/libvpx: document current Firefox limit
See https://bugzilla.mozilla.org/show_bug.cgi?id=1225221
Notes
Notes: svn path=/head/; revision=522287
Diffstat (limited to 'multimedia/libvpx/Makefile')
-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