Loading media/libstagefright/codecs/amrwbenc/Android.mk +10 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,11 @@ LOCAL_STATIC_LIBRARIES := LOCAL_SHARED_LIBRARIES := # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_C_INCLUDES := \ frameworks/av/include \ frameworks/av/media/libstagefright/include \ Loading Loading @@ -137,6 +142,11 @@ LOCAL_SHARED_LIBRARIES := \ libstagefright_omx libstagefright_foundation libutils liblog \ libstagefright_enc_common # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_soft_amrwbenc LOCAL_MODULE_TAGS := optional Loading media/libstagefright/codecs/mp3dec/Android.mk +10 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,11 @@ LOCAL_CFLAGS := \ LOCAL_CFLAGS += -Werror # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_mp3dec LOCAL_ARM_MODE := arm Loading Loading @@ -79,6 +84,11 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_STATIC_LIBRARIES := \ libstagefright_mp3dec # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_soft_mp3dec LOCAL_MODULE_TAGS := optional Loading media/libstagefright/codecs/on2/h264dec/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,11 @@ endif LOCAL_SHARED_LIBRARIES := \ libstagefright libstagefright_omx libstagefright_foundation libutils liblog \ # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_soft_h264dec LOCAL_MODULE_TAGS := optional Loading Loading
media/libstagefright/codecs/amrwbenc/Android.mk +10 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,11 @@ LOCAL_STATIC_LIBRARIES := LOCAL_SHARED_LIBRARIES := # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_C_INCLUDES := \ frameworks/av/include \ frameworks/av/media/libstagefright/include \ Loading Loading @@ -137,6 +142,11 @@ LOCAL_SHARED_LIBRARIES := \ libstagefright_omx libstagefright_foundation libutils liblog \ libstagefright_enc_common # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_soft_amrwbenc LOCAL_MODULE_TAGS := optional Loading
media/libstagefright/codecs/mp3dec/Android.mk +10 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,11 @@ LOCAL_CFLAGS := \ LOCAL_CFLAGS += -Werror # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_mp3dec LOCAL_ARM_MODE := arm Loading Loading @@ -79,6 +84,11 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_STATIC_LIBRARIES := \ libstagefright_mp3dec # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_soft_mp3dec LOCAL_MODULE_TAGS := optional Loading
media/libstagefright/codecs/on2/h264dec/Android.mk +5 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,11 @@ endif LOCAL_SHARED_LIBRARIES := \ libstagefright libstagefright_omx libstagefright_foundation libutils liblog \ # We need this because the current asm generates the following link error: # requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC # Bug: 16853291 LOCAL_LDFLAGS := -Wl,-Bsymbolic LOCAL_MODULE := libstagefright_soft_h264dec LOCAL_MODULE_TAGS := optional Loading