From 6cfbda3b7e05fd399bcecd93fbf363b19d1f85e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 19 Sep 2013 16:44:48 +0200 Subject: eglglessink: Fix static linking for Android by passing --tag=CC to libtool --- ext/eglgles/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1