summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-04-10 11:07:12 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:51 -0300
commitf18de366af2df94bb1081e706b3b5dbb9b338bbc (patch)
treef1b83269a314f722d1babed9c45499a23a3f99c3
parentec75cbf6ba0ca6ae971fd3e0f7663c764f9c73ae (diff)
downloadgstreamer-plugins-bad-f18de366af2df94bb1081e706b3b5dbb9b338bbc.tar.gz
eglglessink: disable static plugin building until available upstream
Comment out the makefile flags for static plugin building until the static build is available upstream
-rw-r--r--ext/eglgles/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/eglgles/Makefile.am b/ext/eglgles/Makefile.am
index b1c16d384..76f8688d8 100644
--- a/ext/eglgles/Makefile.am
+++ b/ext/eglgles/Makefile.am
@@ -31,9 +31,11 @@ libgsteglglessink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
endif
libgsteglglessink_la_LIBTOOLFLAGS = --tag=CC
-if !GST_PLUGIN_BUILD_STATIC
-libgsteglglessink_la_LIBTOOLFLAGS += --tag=disable-static
-endif
+
+# Disable until static plugin building is merged upstream
+#if !GST_PLUGIN_BUILD_STATIC
+#libgsteglglessink_la_LIBTOOLFLAGS += --tag=disable-static
+#endif
noinst_HEADERS = gsteglglessink.h video_platform_wrapper.h gstegladaptation.h