summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-09-15 12:49:11 -0700
committerAndreas Huber <andih@google.com>2009-09-15 12:49:11 -0700
commit1b84df1a0823fbcb9cec754311f53eaccfe85ae3 (patch)
treed6f4de4d8cb283ed7dbb0a8b0f5f9c4626a24fc6 /cmds
parent85cca02ebdc636e9b3ed5894503671fd043bf2a7 (diff)
downloadframeworks_av-1b84df1a0823fbcb9cec754311f53eaccfe85ae3.zip
frameworks_av-1b84df1a0823fbcb9cec754311f53eaccfe85ae3.tar.gz
frameworks_av-1b84df1a0823fbcb9cec754311f53eaccfe85ae3.tar.bz2
Added an API IOMX::createRendererFromJavaSurface.
This api allows to instantiate a renderer by specifying the hosting java Surface object. This hides the implementation details of (java-)Surface, (native-)Surface and friends.
Diffstat (limited to 'cmds')
-rw-r--r--cmds/stagefright/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk
index 39ed769..5b55252 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -11,6 +11,7 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright
LOCAL_C_INCLUDES:= \
+ $(JNI_H_INCLUDE) \
frameworks/base/media/libstagefright \
$(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include
@@ -32,6 +33,7 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright
LOCAL_C_INCLUDES:= \
+ $(JNI_H_INCLUDE) \
frameworks/base/media/libstagefright \
$(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include