From f18de366af2df94bb1081e706b3b5dbb9b338bbc Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 10 Apr 2013 11:07:12 -0300 Subject: eglglessink: disable static plugin building until available upstream Comment out the makefile flags for static plugin building until the static build is available upstream --- ext/eglgles/Makefile.am | 8 +++++--- 1 file 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 -- cgit v1.2.1