-
Notifications
You must be signed in to change notification settings - Fork 0
/
Android_Integration_README
26 lines (16 loc) · 1.1 KB
/
Android_Integration_README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
In order to compile the Bellagio core and components into the Android framework
1) Place this omxil directory in the
{android_root}/external/opencore/codecs_v2/omx/omx_sharedlibrary/ folder.
2) Get the OMX components source from bellagio/components.git and place the
components folder again in the
{android_root}/external/opencore/codecs_v2/omx/omx_sharedlibrary/ folder.
4) Place the ./Android_bellagio_omx_sharedlibrary.mk file in
the {android_root}/external/opencore/build_config/opencore_dynamic/ directory.
Form Android root:
cp ./external/opencore/codecs_v2/omx/omx_sharedlibrary/omxil/Android_extras/Android_bellagio_omx_sharedlibrary.mk ./external/opencore/build_config/opencore_dynamic/
5) Edit the {android_root}/external/opencore/Android.mk file to include the
above Android makefile:
include $(PV_TOP)/build_config/opencore_dynamic/Android_bellagio_omx_sharedlibrary.mk
6) Edit the {android_root}/external/opencore/pvplayer.cfg file to add the following line:
(0xa054369c,0x22c5,0x412e,0x19,0x17,0x87,0x4c,0x1a,0x19,0xd4,0x5f),"libomxil-bellagio_sharedlibrary.so"
7) Build Android.