Remove plugin specific static build option

Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
This commit is contained in:
Nicolas Dufresne 2017-05-16 14:05:52 -04:00 committed by Tim-Philipp Müller
parent 6b1fa09077
commit e004cfd6fe
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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