Use include path relates to include
Review URL: http://webrtc-codereview.appspot.com/66004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@210 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -52,7 +52,7 @@ LOCAL_C_INCLUDES := \
|
|||||||
$(LOCAL_PATH)/../../../../common_audio/resampler/main/interface \
|
$(LOCAL_PATH)/../../../../common_audio/resampler/main/interface \
|
||||||
$(LOCAL_PATH)/../../../../common_audio/signal_processing_library/main/interface \
|
$(LOCAL_PATH)/../../../../common_audio/signal_processing_library/main/interface \
|
||||||
$(LOCAL_PATH)/../../../../system_wrappers/interface \
|
$(LOCAL_PATH)/../../../../system_wrappers/interface \
|
||||||
system/media/wilhelm/include/SLES
|
system/media/wilhelm/include
|
||||||
|
|
||||||
# Flags passed to only C++ (and not C) files.
|
# Flags passed to only C++ (and not C) files.
|
||||||
LOCAL_CPPFLAGS :=
|
LOCAL_CPPFLAGS :=
|
||||||
|
@@ -18,9 +18,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <OpenSLES.h>
|
#include <SLES/OpenSLES.h>
|
||||||
#include <OpenSLES_Android.h>
|
#include <SLES/OpenSLES_Android.h>
|
||||||
#include <OpenSLES_AndroidConfiguration.h>
|
#include <SLES/OpenSLES_AndroidConfiguration.h>
|
||||||
|
|
||||||
namespace webrtc
|
namespace webrtc
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user