-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Sorry,
But I follow your guide and I am on stuck in here:
[quote]
you should merge my android_frameworks_native(branch: cm_maguro-10.1) and
android_frameworks_av(branch: cm_maguro-10.1) code. once you do, you should pay attention to
the "USES_NAM" flag, it is only in the "android/frameworks/native" and "android/frameworks/av"
directories.
Compile
add USES_NAM flag to COMMON_GLOBAL_CFLAGS in your android build system(e.g. my device: maguro)
vi vendor/samsung/maguro/BoardConfigVendor.mk and add this line to it
COMMON_GLOBAL_CFLAGS += -DUSES_NAM
then compile your android source tree again!
[/quote]
Would you like to tell me in more details?
I merged two folders, but I can not find the "USES_NAM" flag, as "android/frameworks/native" and "android/frameworks/av" also.
I used "git clone" correctly,
[quote]
- android_frameworks_native:
https://github.com/omxcodec/android_frameworks_native.git
branch: cm_maguro-10.1 - android_frameworks_av:
https://github.com/omxcodec/android_frameworks_av.git
branch: cm_maguro-10.1 - android_external_ffmpeg
git@github.com:omxcodec/android_external_ffmpeg
branch: cm_maguro-10.1
[/quote]
I don't really understand which next thing I need to do.
Please tell me,
Really thanks,
p/s : Galaxy Tab 7 Froyo 2.2.1
Develop on Windows