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 | d68fc85d605c0fa680baf3010323ce4539c6dbc4 (patch) | |
tree | d085ff1e50cc4ca0cba22eca8e49ff8467dfb50b /ext | |
parent | 16f70ab421b63138ea0f7f2a3c00b819fecdd528 (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/mpg123/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mpg123/Makefile.am b/ext/mpg123/Makefile.am index 6c96207c8..465f32597 100644 --- a/ext/mpg123/Makefile.am +++ b/ext/mpg123/Makefile.am @@ -7,6 +7,5 @@ libgstmpg123_la_CFLAGS = -DGST_USE_UNSTABLE_API \ libgstmpg123_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(MPG123_LIBS) libgstmpg123_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstmpg123_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstmpg123audiodec.h |