summaryrefslogtreecommitdiffhomepage
path: root/src/config.h.in
diff options
context:
space:
mode:
authorRay <[email protected]>2018-10-18 11:38:42 +0200
committerRay <[email protected]>2018-10-18 11:38:42 +0200
commitc2aa1fed7b4b75c9bb560ffb9ff6cd8c99d7dd41 (patch)
tree32e75047121200593a9d09a32e5d5ebf171a88d2 /src/config.h.in
parent8bac72f4fa7b08d77ae1c47570612e29d5007bb6 (diff)
downloadraylib-c2aa1fed7b4b75c9bb560ffb9ff6cd8c99d7dd41.tar.gz
raylib-c2aa1fed7b4b75c9bb560ffb9ff6cd8c99d7dd41.zip
Removed OpenAL backend
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 742067ce..b0e62480 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,7 +1,5 @@
/* config.h.in */
-#cmakedefine USE_OPENAL_BACKEND 1
-
// core.c
/* Camera module is included (camera.h) and multiple predefined cameras are available: free, 1st/3rd person, orbital */
#cmakedefine SUPPORT_CAMERA_SYSTEM 1