1 LOCAL_PATH:= $(call my-dir)
7 videotestsrc_LOCAL_SRC_FILES:= \
8 gst/videotestsrc/gstvideotestsrc.c \
9 gst/videotestsrc/videotestsrc.c \
10 gst/videotestsrc/gstvideotestsrcorc-dist.c \
13 LOCAL_SRC_FILES:= $(addprefix ../,$(videotestsrc_LOCAL_SRC_FILES))
15 LOCAL_SHARED_LIBRARIES := \
16 libgstcontroller-0.10 \
25 LOCAL_MODULE:= libgstvideotestsrc
27 LOCAL_CFLAGS := -DHAVE_CONFIG_H -DGSTREAMER_BUILT_FOR_ANDROID \
28 $(GST_PLUGINS_BASE_CFLAGS)
30 # define LOCAL_PRELINK_MODULE to false to not use pre-link map
32 LOCAL_PRELINK_MODULE := false
34 #It's a gstreamer plugins, and it must be installed on ..../lib/gstreamer-0.10
35 LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/gstreamer-0.10
36 LOCAL_MODULE_TAGS := optional
38 include $(BUILD_SHARED_LIBRARY)