mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
scaletempo: Use a better plugin filename
This commit is contained in:
parent
c3f94f14f0
commit
6fbf96d3e4
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
plugin_LTLIBRARIES = libgstscaletempoplugin.la
|
plugin_LTLIBRARIES = libgstscaletempo.la
|
||||||
|
|
||||||
# sources used to compile this plug-in
|
# sources used to compile this plug-in
|
||||||
libgstscaletempoplugin_la_SOURCES = gstscaletempoplugin.c gstscaletempo.c
|
libgstscaletempo_la_SOURCES = gstscaletempoplugin.c gstscaletempo.c
|
||||||
|
|
||||||
# flags used to compile this plugin
|
# flags used to compile this plugin
|
||||||
# add other _CFLAGS and _LIBS as needed
|
# add other _CFLAGS and _LIBS as needed
|
||||||
libgstscaletempoplugin_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstscaletempo_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstscaletempoplugin_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
libgstscaletempo_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||||
$(GST_LIBS) $(GST_BASE_LIBS)
|
$(GST_LIBS) $(GST_BASE_LIBS)
|
||||||
libgstscaletempoplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstscaletempo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstscaletempoplugin_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstscaletempo_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
# headers we need but don't want installed
|
# headers we need but don't want installed
|
||||||
noinst_HEADERS = gstscaletempo.h
|
noinst_HEADERS = gstscaletempo.h
|
||||||
|
|
Loading…
Reference in a new issue