From e004cfd6fedb3a4071ebf092318347b67a666ee1 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 May 2017 14:05:52 -0400 Subject: [PATCH] Remove plugin specific static build option Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. --- ext/gl/Makefile.am | 2 +- gst-libs/gst/gl/cocoa/Makefile.am | 2 +- gst-libs/gst/gl/eagl/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index eb31aeb6c1..edec94c3a6 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -160,6 +160,6 @@ libgstopengl_la_LIBADD = \ $(GRAPHENE_LIBS) libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstopengl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC +libgstopengl_la_LIBTOOLFLAGS = --tag=CC diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am index d43adcb711..f1a5265922 100644 --- a/gst-libs/gst/gl/cocoa/Makefile.am +++ b/gst-libs/gst/gl/cocoa/Makefile.am @@ -39,4 +39,4 @@ libgstgl_cocoa_la_LDFLAGS = \ $(GST_LIB_LDFLAGS) \ $(GST_ALL_LDFLAGS) -libgstgl_cocoa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC +libgstgl_cocoa_la_LIBTOOLFLAGS = --tag=CC diff --git a/gst-libs/gst/gl/eagl/Makefile.am b/gst-libs/gst/gl/eagl/Makefile.am index 5dae2ccd42..a020920126 100644 --- a/gst-libs/gst/gl/eagl/Makefile.am +++ b/gst-libs/gst/gl/eagl/Makefile.am @@ -32,4 +32,4 @@ libgstgl_eagl_la_LDFLAGS = \ $(GST_LIB_LDFLAGS) \ $(GST_ALL_LDFLAGS) -libgstgl_eagl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC +libgstgl_eagl_la_LIBTOOLFLAGS = --tag=CC