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/ivtc | |
parent | 1c6cd54477c0c467293d28601d51fdf931237a4b (diff) | |
download | gstreamer-plugins-bad-4261692187c23eaf9be323a207bded94fbe164ea.tar.gz |
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/ivtc')
-rw-r--r-- | gst/ivtc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/ivtc/Makefile.am b/gst/ivtc/Makefile.am index 26f123a94..5fa7dc666 100644 --- a/gst/ivtc/Makefile.am +++ b/gst/ivtc/Makefile.am @@ -8,4 +8,3 @@ libgstivtc_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ libgstivtc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 \ $(GST_BASE_LIBS) $(GST_LIBS) libgstivtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstivtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) |