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 | 3169f86edd6099cce709d5cfdcaabd3ca7588ed4 (patch) | |
tree | c0cf45e19f269c7a362d345d20e72c491f52793a /ext | |
parent | 05afa8fd700457e4850577ca2a55ee3617a38e5a (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/lame/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index c7124dd10..5e5b3a02d 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -6,6 +6,5 @@ libgstlame_la_CFLAGS = \ libgstlame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) $(LAME_LIBS) libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstlame_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstlamemp3enc.h |