svn commit: r522287 - head/multimedia/libvpx

Jan Beich jbeich at FreeBSD.org
Mon Jan 6 22:36:32 UTC 2020


Author: jbeich
Date: Mon Jan  6 22:36:32 2020
New Revision: 522287
URL: https://svnweb.freebsd.org/changeset/ports/522287

Log:
  multimedia/libvpx: document current Firefox limit
  
  See https://bugzilla.mozilla.org/show_bug.cgi?id=1225221

Modified:
  head/multimedia/libvpx/Makefile   (contents, props changed)

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Mon Jan  6 22:35:01 2020	(r522286)
+++ head/multimedia/libvpx/Makefile	Mon Jan  6 22:36:32 2020	(r522287)
@@ -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
 


More information about the svn-ports-all mailing list