summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-04-09 14:08:21 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:51 -0300
commitec75cbf6ba0ca6ae971fd3e0f7663c764f9c73ae (patch)
tree3a5316f20cc2ea213970ad52c64d6ff4d9f88a17
parentaba2479f158e7e2401f23aefc893f62da6c8fb40 (diff)
downloadgstreamer-plugins-bad-ec75cbf6ba0ca6ae971fd3e0f7663c764f9c73ae.tar.gz
eglglessink: add missing --tag=CC to makefile
-rw-r--r--ext/eglgles/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/eglgles/Makefile.am b/ext/eglgles/Makefile.am
index b60acb02a..b1c16d384 100644
--- a/ext/eglgles/Makefile.am
+++ b/ext/eglgles/Makefile.am
@@ -29,8 +29,10 @@ libgsteglglessink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,OpenGLES -Wl
else
libgsteglglessink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
endif
+
+libgsteglglessink_la_LIBTOOLFLAGS = --tag=CC
if !GST_PLUGIN_BUILD_STATIC
-libgsteglglessink_la_LIBTOOLFLAGS = --tag=disable-static
+libgsteglglessink_la_LIBTOOLFLAGS += --tag=disable-static
endif
noinst_HEADERS = gsteglglessink.h video_platform_wrapper.h gstegladaptation.h