Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
This commit is contained in:
parent
16f70ab421
commit
d68fc85d60
@ -7,6 +7,5 @@ libgstmpg123_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
|||||||
libgstmpg123_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
libgstmpg123_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) $(MPG123_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS) $(MPG123_LIBS)
|
||||||
libgstmpg123_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmpg123_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstmpg123_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
||||||
|
|
||||||
noinst_HEADERS = gstmpg123audiodec.h
|
noinst_HEADERS = gstmpg123audiodec.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user