summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-19 16:44:48 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-19 16:44:48 +0200
commit6cfbda3b7e05fd399bcecd93fbf363b19d1f85e6 (patch)
tree5b2a8343e53f0b780359917ce8a14f6941594896
parent11f0669679002e18ca6b0f4ba741c25eb30f138a (diff)
downloadgstreamer-plugins-bad-6cfbda3b7e05fd399bcecd93fbf363b19d1f85e6.tar.gz
eglglessink: Fix static linking for Android by passing --tag=CC to libtool
-rw-r--r--ext/eglgles/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/eglgles/Makefile.am b/ext/eglgles/Makefile.am
index 7b6d9c468..474ef5fda 100644
--- a/ext/eglgles/Makefile.am
+++ b/ext/eglgles/Makefile.am
@@ -32,7 +32,7 @@ else
libgsteglglessink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
endif
-libgsteglglessink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgsteglglessink_la_LIBTOOLFLAGS = --tag=CC $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gsteglglessink.h gstegladaptation.h video_platform_wrapper.h