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:
parent
60a0741e16
commit
26a1ca09aa
@ -33,6 +33,7 @@ Android.mk: Makefile.am $(BUILT_SOURCES)
|
|||||||
$(libgstvideoparsersbad_la_LIBADD) \
|
$(libgstvideoparsersbad_la_LIBADD) \
|
||||||
-ldl \
|
-ldl \
|
||||||
-:LIBFILTER_STATIC gstbaseparse-@GST_MAJORMINOR@ \
|
-:LIBFILTER_STATIC gstbaseparse-@GST_MAJORMINOR@ \
|
||||||
|
gstcodecparsers-@GST_MAJORMINOR@ \
|
||||||
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
||||||
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
||||||
> $@
|
> $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user