mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-04 08:25:01 -05:00
1cc40c0a7c
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
--- libvorbis-libogg-android/jni/libvorbis-jni/Android.mk.orig 2014-06-17 19:22:50.621559073 +0200
|
|
+++ libvorbis-libogg-android/jni/libvorbis-jni/Android.mk 2014-06-17 19:38:20.641581140 +0200
|
|
@@ -4,9 +4,6 @@
|
|
|
|
LOCAL_MODULE := vorbis-jni
|
|
LOCAL_CFLAGS += -I$(LOCAL_PATH)/../include -fsigned-char
|
|
-ifeq ($(TARGET_ARCH),arm)
|
|
- LOCAL_CFLAGS += -march=armv6 -marm -mfloat-abi=softfp -mfpu=vfp
|
|
-endif
|
|
|
|
LOCAL_SHARED_LIBRARIES := libogg libvorbis
|
|
|
|
--- libvorbis-libogg-android/jni/libvorbis/Android.mk.orig 2014-06-17 19:22:39.077558797 +0200
|
|
+++ libvorbis-libogg-android/jni/libvorbis/Android.mk 2014-06-17 19:38:52.121581887 +0200
|
|
@@ -4,9 +4,6 @@
|
|
|
|
LOCAL_MODULE := libvorbis
|
|
LOCAL_CFLAGS += -I$(LOCAL_PATH)/../include -ffast-math -fsigned-char
|
|
-ifeq ($(TARGET_ARCH),arm)
|
|
- LOCAL_CFLAGS += -march=armv6 -marm -mfloat-abi=softfp -mfpu=vfp
|
|
-endif
|
|
LOCAL_SHARED_LIBRARIES := libogg
|
|
|
|
LOCAL_SRC_FILES := \
|
|
--- libvorbis-libogg-android/jni/libogg/Android.mk.orig 2014-06-17 19:22:33.965558675 +0200
|
|
+++ libvorbis-libogg-android/jni/libogg/Android.mk 2014-06-17 19:38:25.337581252 +0200
|
|
@@ -4,10 +4,6 @@
|
|
|
|
LOCAL_MODULE := libogg
|
|
LOCAL_CFLAGS += -I$(LOCAL_PATH)/../include -ffast-math -fsigned-char
|
|
-ifeq ($(TARGET_ARCH),arm)
|
|
- LOCAL_CFLAGS += -march=armv6 -marm -mfloat-abi=softfp -mfpu=vfp
|
|
-endif
|
|
-
|
|
|
|
LOCAL_SRC_FILES := \
|
|
bitwise.c \
|