summaryrefslogtreecommitdiffstats
path: root/make/joal.cfg
diff options
context:
space:
mode:
authorkbr <[email protected]>2006-06-24 08:15:45 +0000
committerkbr <[email protected]>2006-06-24 08:15:45 +0000
commita6146b041390658ec61cb8406bbb6f21fca0912f (patch)
treeaf835d81ab3f853b878325635b7dd0f11e93161c /make/joal.cfg
parent5e8d2c318371c6473cc43025fd2d65e237ed4834 (diff)
Fixed Issue 11: Add EFX entry points
Added EFX entry points on request from user Ultraq on JOAL forum. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@201 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal.cfg')
-rwxr-xr-xmake/joal.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/joal.cfg b/make/joal.cfg
index c6894d9..7d35307 100755
--- a/make/joal.cfg
+++ b/make/joal.cfg
@@ -55,6 +55,7 @@ ArgumentIsString alGetProcAddress 0
# Provide #includes to native code
CustomCCode #include "al.h"
+CustomCCode #include "efx.h"
CustomJavaCode ALImpl /** Provides dlsym() capabilities because alGetProcAddress is
CustomJavaCode ALImpl broken for core OpenAL routines at least up through OpenAL 1.1. */