mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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:
parent
6ebafb7daf
commit
e44d936487
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue