projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a56c88
)
[UTC][openal][NON-ACR][Fix TPK build error]
author
Seungbae Shin
<seungbae.shin@samsung.com>
Wed, 14 Dec 2016 11:15:12 +0000
(20:15 +0900)
committer
Seungbae Shin
<seungbae.shin@samsung.com>
Wed, 14 Dec 2016 11:15:12 +0000
(20:15 +0900)
Change-Id: Ia7febb41e73716276331e4c5421f4ed1ce7ce19e
src/utc/openal/utc-openal.c
patch
|
blob
|
history
diff --git
a/src/utc/openal/utc-openal.c
b/src/utc/openal/utc-openal.c
index 73e4805040c667ec1c8dca3b418c65cd0b1809c8..ad4b4e92cb82ac3de25df06824622aa897fa3d37 100755
(executable)
--- a/
src/utc/openal/utc-openal.c
+++ b/
src/utc/openal/utc-openal.c
@@
-13,8
+13,13
@@
// See the License for the specific language governing permissions and
// limitations under the License.
//
-#include <al.h>
-#include <alc.h>
+
+#ifndef __TIZEN__
+#define __TIZEN__
+#endif
+
+#include <AL/al.h>
+#include <AL/alc.h>
#include <sound_manager.h>
#include <stdio.h>