mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
legacyresample: Link against $(LIBM) for rint() and friends
This commit is contained in:
parent
bc9991829e
commit
5ad7ff9482
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ noinst_HEADERS = \
|
|||
|
||||
libgstlegacyresample_la_SOURCES = gstlegacyresample.c $(resample_SOURCES)
|
||||
libgstlegacyresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstlegacyresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstlegacyresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
||||
libgstlegacyresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstlegacyresample_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue