Displaying 3 results from an estimated 3 matches for "local_c_includes".
2014 May 05
1
Application crushes
..._setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240
#3 0x673fa43c in theora_decode_header (_ci=0x6728ebe8, _cc=0x6728ebd8,
_op=0x6728ebb8) at jni/theorarm/src/dec/decapiwrapper.c:150
Android.mk:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := theorARM
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include \
$(LOCAL_PATH)/src \
$(LOCAL_PATH)/src/dec
LOCAL_SRC_FILES := src/dec/apiwrapper.c \
src/dec/internal.c \
src/dec/info.c \
src/dec/decapiwrapper.c \
src/dec/decinfo.c \
src/dec/decode.c \
src/dec/state.c \
src/dec/dequant.c \...
2019 May 07
0
dlopen failed: cannot locate symbol "opus_projection_encoder_ctl" referenced by "libopusenc.so"
...my native Library.
#=======================================
include $(CLEAR_VARS)
LOCAL_MODULE := libmynative_jni
CPP_FILES := \
src/ogg_opus_jni_OGGEncoderJNIImpl.cpp \
src/ogg_opus_jni_OGGDecoderJNIImpl.cpp
LOCAL_SRC_FILES := $(CPP_FILES:$(LOCAL_PATH)/%=%)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/opus
LOCAL_CFLAGS := -Wno-gnu-designator -Wformat=0
LOCAL_CPPFLAGS += -std=c++11 -Wformat=0
LOCAL_LDFLAGS := -llog
LOCAL_SHARED_LIBRARIES := libopus libopusenc
LOCAL_ASSET_DIR := $(LOCAL_PATH)/assets
include $(BUILD_SHARED_LIBRARY)
--------...
2015 May 07
0
[ANNOUNCE] libdrm 2.4.61
...est: install it with --enable-install-test-programs
tests: add rockchip to modetest, kmstest, vbltest and proptest
xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic
Emil Velikov (39):
android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
android: simplify LOCAL_C_INCLUDES
android: remove ${srcdir} from the includes
android: remove LOCAL_COPY_HEADERS* variables
android: add the missing tag "optional" to libkms
autotools: remove ${srcdir} from the includes
android: remove explicit include to libpciaccess
tests/hash: extrac...