summaryrefslogtreecommitdiff
path: root/android/audiotestsrc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'android/audiotestsrc.mk')
-rw-r--r--android/audiotestsrc.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/android/audiotestsrc.mk b/android/audiotestsrc.mk
deleted file mode 100644
index 06a76c342..000000000
--- a/android/audiotestsrc.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_ARM_MODE := arm
-
-audiotestsrc_LOCAL_SRC_FILES:= \
- gst/audiotestsrc/gstaudiotestsrc.c
-
-LOCAL_SRC_FILES:= $(addprefix ../,$(audiotestsrc_LOCAL_SRC_FILES))
-
-LOCAL_SHARED_LIBRARIES := \
- libgstcontroller-0.10 \
- libgstaudio-0.10 \
- libgstreamer-0.10 \
- libgstbase-0.10 \
- libglib-2.0 \
- libgthread-2.0 \
- libgmodule-2.0 \
- libgobject-2.0
-
-LOCAL_MODULE:= libgstaudiotestsrc
-
-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)