Remove plugin specific static build option
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 16 May 2017 18:05:52 +0000 (14:05 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 16 May 2017 18:05:52 +0000 (14:05 -0400)
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.

ext/qt/Makefile.am

index 626e3a8..257644a 100644 (file)
@@ -48,7 +48,6 @@ libgstqmlgl_la_LIBADD = \
        -lgstvideo-$(GST_API_VERSION)
 
 libgstqmlgl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstqmlgl_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
 
 
 $(moc_generated): moc_%.cc: %.h