Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 22:36:32 +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: r522287 - head/multimedia/libvpx
Message-ID:  <202001062236.006MaWtA019667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001062236.006MaWtA019667>