Fix build error on SDK 89/130089/1 accepted/tizen/unified/20170519.200124 submit/tizen/20170519.071647 tizen_4.0.m1_release
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 19 May 2017 05:56:50 +0000 (14:56 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 19 May 2017 05:56:50 +0000 (14:56 +0900)
[Version] Release 1.17.2-10
[Profile] Common
[Issue Type] Build

Change-Id: Ic498779c20ab5ae58a22d08afff68afe31be2097

Alc/ALc.c
include/AL/alc.h
packaging/openal-soft.spec

index ebc07d3..ec1a759 100644 (file)
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -44,6 +44,9 @@
 
 #include "backends/base.h"
 
+#ifdef __TIZEN__
+#include <sound_manager_internal.h>
+#endif
 
 /************************************************
  * Backends
index 631b45b..0dcdd53 100644 (file)
@@ -23,7 +23,6 @@ extern "C" {
 
 #ifdef __TIZEN__
 #include <sound_manager.h>
-#include <sound_manager_internal.h>
 #endif
 
 /** Deprecated macro. */
index 6998c50..e89e542 100644 (file)
@@ -1,6 +1,6 @@
 Name:           openal-soft
 Version:        1.17.2
-Release:        9
+Release:        10
 License:        LGPL-2.0+
 Summary:        A cross-platform 3D audio API
 URL:            http://connect.creativelabs.com/openal/