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/fdkaac | |
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/fdkaac')
-rw-r--r-- | ext/fdkaac/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fdkaac/Makefile.am b/ext/fdkaac/Makefile.am index 95cae3eef..f462536a2 100644 --- a/ext/fdkaac/Makefile.am +++ b/ext/fdkaac/Makefile.am @@ -8,6 +8,5 @@ libgstfdkaac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstaudio-@GST_API_VERSION@ -lgstpbutils-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(FDK_AAC_LIBS) libgstfdkaac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstfdkaac_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstfdkaacenc.h gstfdkaacdec.h |