diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:07:56 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:07:56 -0400 |
commit | 0751b10ab95fc509a379da9cfba2671649e04172 (patch) | |
tree | 6b9d1d66a743edae14c1b259794672cd5e04d451 /ext | |
parent | 364d70149e35b93b69186f674db31fa87b4a7fe9 (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')
-rw-r--r-- | ext/twolame/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/twolame/Makefile.am b/ext/twolame/Makefile.am index b6de82c17..362ee20f6 100644 --- a/ext/twolame/Makefile.am +++ b/ext/twolame/Makefile.am @@ -7,6 +7,5 @@ libgsttwolame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstaudio-@GST_API_VERSION@ -lgstpbutils-@GST_API_VERSION@ \ $(GST_LIBS) $(TWOLAME_LIBS) libgsttwolame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgsttwolame_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gsttwolamemp2enc.h |