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
parent 6ebafb7daf
commit e44d936487

View 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