diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:05:52 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:05:52 -0400 |
commit | 4261692187c23eaf9be323a207bded94fbe164ea (patch) | |
tree | 58feab9339aed86f7e22596efab5db80dd3af0cf /gst/dvbsuboverlay | |
parent | 1c6cd54477c0c467293d28601d51fdf931237a4b (diff) |
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'gst/dvbsuboverlay')
-rw-r--r-- | gst/dvbsuboverlay/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/dvbsuboverlay/Makefile.am b/gst/dvbsuboverlay/Makefile.am index 79932530b..f6d6f15ea 100644 --- a/gst/dvbsuboverlay/Makefile.am +++ b/gst/dvbsuboverlay/Makefile.am @@ -5,6 +5,5 @@ libgstdvbsuboverlay_la_SOURCES = dvb-sub.c gstdvbsuboverlay.c libgstdvbsuboverlay_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) libgstdvbsuboverlay_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_LIBS) libgstdvbsuboverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstdvbsuboverlay_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstdvbsuboverlay.h dvb-sub.h |