gst-plugins-bad: Android, Fix wrong dinamic linking attempt
Reynaldo H. Verdejo Pinochet
reynaldo at kemper.freedesktop.org
Fri Jan 13 12:09:19 PST 2012
Module: gst-plugins-bad
Branch: master
Commit: 26a1ca09aa7131879bae33a4a9533511d6ad6a79
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=26a1ca09aa7131879bae33a4a9533511d6ad6a79
Author: Reynaldo H. Verdejo Pinochet <reynaldo at collabora.com>
Date: Fri Jan 13 15:57:33 2012 -0300
Android, Fix wrong dinamic linking attempt
gstcodecparsers is built as an static library.
This change fixes building with the Android buildsystem.
---
gst/videoparsers/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am
index fb54973..49baeac 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- at GST_MAJORMINOR@ \
+ gstcodecparsers- at GST_MAJORMINOR@ \
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
> $@
More information about the gstreamer-commits
mailing list