Displaying 7 results from an estimated 7 matches for "build_shared_library".
2005 Jan 14
6
[LLVMdev] Proposed Makefile Changes
...of the directives are a little confusing. We
have BUILD_ARCHIVE to specify building an archive. But, we have
SHARED_LIBRARY to specify building a shared library. I think
these should all be named BUILD_<thing_to_build> so we'd have
BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
BUILD_RELINKD_LIBRARY and BUILD_TOOL
6. The directive names are concatenated in some cases. I'd like to
see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
LIBRARYNAME. Its easier for *me* to read, but I'd like some
feedback on this one as...
2005 Jan 14
0
[LLVMdev] Proposed Makefile Changes
...s are a little confusing. We
> have BUILD_ARCHIVE to specify building an archive. But, we have
> SHARED_LIBRARY to specify building a shared library. I think
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
I would also like to see this happen, but it's a big change. I suspect
that people running projects would prefer to not change all of these.
> 6. The directive names are concatenated in some cases. I'd like to
> see T...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...e a little confusing. We
> have BUILD_ARCHIVE to specify building an archive. But, we have
> SHARED_LIBRARY to specify building a shared library. I think
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'd like some
>...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...e a little confusing. We
> have BUILD_ARCHIVE to specify building an archive. But, we have
> SHARED_LIBRARY to specify building a shared library. I think
> these should all be named BUILD_<thing_to_build> so we'd have
> BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> BUILD_RELINKD_LIBRARY and BUILD_TOOL
> 6. The directive names are concatenated in some cases. I'd like to
> see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> LIBRARYNAME. Its easier for *me* to read, but I'd like some
>...
2005 Jan 16
1
[LLVMdev] Proposed Makefile Changes
.... We
> > have BUILD_ARCHIVE to specify building an archive. But, we have
> > SHARED_LIBRARY to specify building a shared library. I think
> > these should all be named BUILD_<thing_to_build> so we'd have
> > BUILD_ARCHIVE_LIBRARY and BUILD_SHARED_LIBRARY and
> > BUILD_RELINKD_LIBRARY and BUILD_TOOL
> > 6. The directive names are concatenated in some cases. I'd like to
> > see TOOL_NAME instead of TOOLNAME and LIBRARY_NAME instead of
> > LIBRARYNAME. Its easier for *me* to read, but I'd li...
2014 May 05
1
Application crushes
...dec/huffdec.c \
src/dec/quant.c \
src/dec/bitwise2ARM.s \
src/dec/bitwiseARM.s \
src/dec/decodeARM.s \
src/dec/stateARM.s \
src/dec/fragARM.s \
src/dec/idctARM.s\
src/dec/ppARM.s
LOCAL_ARM_NEON := true
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_C_INCLUDES)
include $(BUILD_SHARED_LIBRARY)
Why TeorARM crushed?
I build Theora (NOT TheprARM!!!) for Android. It works. Slowly, but it
work. TheorARM is copy of Theora but for ARM-processors. What am I doing
wrong?
Is anybody have good working project (simple player) with Theora or
TheorARM for Android?
2019 May 07
0
dlopen failed: cannot locate symbol "opus_projection_encoder_ctl" referenced by "libopusenc.so"
...CAL_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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20190507/364d3f49/attachment-0001.html>