Android, Fix wrong dinamic linking attempt
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
Fri, 13 Jan 2012 18:57:33 +0000 (15:57 -0300)
committerReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
Fri, 13 Jan 2012 18:57:33 +0000 (15:57 -0300)
gstcodecparsers is built as an static library.

This change fixes building with the Android buildsystem.

gst/videoparsers/Makefile.am

index fb54973..49baeac 100644 (file)
@@ -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' \
        > $@