From 21cd5206625aaa8914e53bdfaab8e7ae4e497a08 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 18 Jun 2014 03:48:11 +0200 Subject: Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension) - initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer --- make/config/joal-al-CustomJavaCode.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/config/joal-al-CustomJavaCode.java') diff --git a/make/config/joal-al-CustomJavaCode.java b/make/config/joal-al-CustomJavaCode.java index 551e51a..312a23d 100644 --- a/make/config/joal-al-CustomJavaCode.java +++ b/make/config/joal-al-CustomJavaCode.java @@ -20,9 +20,10 @@ static { throw new RuntimeException("Couln't load native AL/JNI glue library"); } alProcAddressTable.reset(bundle); + /** Not required nor forced if( !initializeImpl() ) { throw new RuntimeException("Initialization failure"); - } + } */ return bundle; } } ); } -- cgit v1.2.3