Skip to content

Commit

Permalink
x86 and armeabi-v7a as cpu architecturex86 are available.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeguly committed May 22, 2014
1 parent 1c380af commit a19bd50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions android/AndroidStudio/mediainfo/src/main/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ USER_CFLAGS += -DUNICODE
USER_CFLAGS += -DMEDIAINFO_LIBCURL_NO
USER_CFLAGS += -DMEDIAINFO_LIBMMS_NO

# In ZenLib, refer to int128s and int128u implelment
USER_CFLAGS += -D__NO_LONG_DOUBLE_MATH



ifneq ($(NDK_DEBUG), 0)
Expand Down
6 changes: 4 additions & 2 deletions android/AndroidStudio/mediainfo/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
APP_STL := stlport_static
APP_PLATFORM := android-9

#STLPORT_FORCE_REBUILD := true
APP_ABI := armeabi armeabi-v7a x86

APP_STL := stlport_static

0 comments on commit a19bd50

Please sign in to comment.