Android, Fix wrong dinamic linking attempt

gstcodecparsers is built as an static library.

This change fixes building with the Android buildsystem.
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2012-01-13 15:57:33 -03:00
parent 60a0741e16
commit 26a1ca09aa

View 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' \
> $@