X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Fandroid%2Ftypefindfunctions.mk;fp=gst-plugins-base-subtitles0.10%2Fandroid%2Ftypefindfunctions.mk;h=2650e2b573d62d734b05e7317651ce4ee8a8da28;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hp=0000000000000000000000000000000000000000;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;p=mafwsubrenderer diff --git a/gst-plugins-base-subtitles0.10/android/typefindfunctions.mk b/gst-plugins-base-subtitles0.10/android/typefindfunctions.mk new file mode 100644 index 0000000..2650e2b --- /dev/null +++ b/gst-plugins-base-subtitles0.10/android/typefindfunctions.mk @@ -0,0 +1,34 @@ +LOCAL_PATH:= $(call my-dir) + +include $(CLEAR_VARS) + +LOCAL_ARM_MODE := arm + +typefindfunctions_LOCAL_SRC_FILES:= \ + gst/typefind/gsttypefindfunctions.c + +LOCAL_SRC_FILES:= $(addprefix ../,$(typefindfunctions_LOCAL_SRC_FILES)) + +LOCAL_SHARED_LIBRARIES := \ + libgstreamer-0.10 \ + libgstbase-0.10 \ + libgstpbutils-0.10 \ + libglib-2.0 \ + libgthread-2.0 \ + libgmodule-2.0 \ + libgobject-2.0 + +LOCAL_MODULE:= libgsttypefindfunctions + +LOCAL_CFLAGS := -DHAVE_CONFIG_H -DGSTREAMER_BUILT_FOR_ANDROID \ + $(GST_PLUGINS_BASE_CFLAGS) +# +# define LOCAL_PRELINK_MODULE to false to not use pre-link map +# +LOCAL_PRELINK_MODULE := false + +#It's a gstreamer plugins, and it must be installed on ..../lib/gstreamer-0.10 +LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/gstreamer-0.10 +LOCAL_MODULE_TAGS := optional + +include $(BUILD_SHARED_LIBRARY)