summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>2012-01-13 15:57:33 -0300
committerReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>2012-01-13 15:57:33 -0300
commit26a1ca09aa7131879bae33a4a9533511d6ad6a79 (patch)
tree3be65358d577860cec28c566b9ee59d6e73bdc11
parent60a0741e16d3f88eef0deae116a50bb58427643b (diff)
Android, Fix wrong dinamic linking attempt
gstcodecparsers is built as an static library. This change fixes building with the Android buildsystem.
-rw-r--r--gst/videoparsers/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am
index fb5497368..49baeacd1 100644
--- a/gst/videoparsers/Makefile.am
+++ b/gst/videoparsers/Makefile.am
@@ -33,6 +33,7 @@ Android.mk: Makefile.am $(BUILT_SOURCES)
$(libgstvideoparsersbad_la_LIBADD) \
-ldl \
-:LIBFILTER_STATIC gstbaseparse-@GST_MAJORMINOR@ \
+ gstcodecparsers-@GST_MAJORMINOR@ \
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
> $@