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 /ext/x265/Makefile.am | |
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 'ext/x265/Makefile.am')
-rw-r--r-- | ext/x265/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/x265/Makefile.am b/ext/x265/Makefile.am index 0f1e7f566..de56e578a 100644 --- a/ext/x265/Makefile.am +++ b/ext/x265/Makefile.am @@ -12,6 +12,5 @@ libgstx265_la_LIBADD = \ $(GST_LIBS) \ $(X265_LIBS) libgstx265_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstx265_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstx265enc.h |