summaryrefslogtreecommitdiff
path: root/sys/nvenc
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
commit4261692187c23eaf9be323a207bded94fbe164ea (patch)
tree58feab9339aed86f7e22596efab5db80dd3af0cf /sys/nvenc
parent1c6cd54477c0c467293d28601d51fdf931237a4b (diff)
downloadgstreamer-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 'sys/nvenc')
-rw-r--r--sys/nvenc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nvenc/Makefile.am b/sys/nvenc/Makefile.am
index 68c9a2c06..000bdb5ab 100644
--- a/sys/nvenc/Makefile.am
+++ b/sys/nvenc/Makefile.am
@@ -30,4 +30,3 @@ libgstnvenc_la_LIBADD += \
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la
endif
libgstnvenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstnvenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)