Revert "Switch back to JRE 8u77 on ARM"

The performance regression with 8u91 and above was figured out and worked around in version 1.0.2 of the GL Video library. See: https://github.com/gohai/processing-glvideo/commit/055a90cacd7c82c4b9e36fa9198a18c1947db8d6
This commit is contained in:
gohai
2016-05-24 16:58:59 +02:00
parent 173221771e
commit 629c8de141
-9
View File
@@ -59,15 +59,6 @@
<!-- Switching to 8 because updates for 7 ended April 2015 -->
<property name="jdk.version" value="8" />
<!-- temporarily work around performance regression on ARM -->
<condition property="jdk.update" value="77">
<equals arg1="${linux-arm32}" arg2="linux-arm32" />
</condition>
<condition property="jdk.build" value="3">
<equals arg1="${linux-arm32}" arg2="linux-arm32" />
</condition>
<property name="jdk.update" value="92" />
<property name="jdk.build" value="14" />