mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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' \
|
||||
> $@
|
||||
|
|
Loading…
Reference in a new issue