From 26a1ca09aa7131879bae33a4a9533511d6ad6a79 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 13 Jan 2012 15:57:33 -0300 Subject: [PATCH] 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 file changed, 1 insertion(+) diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am index fb54973687..49baeacd1e 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' \ > $@