mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
videoconvert: Need $(LIBM) for pow()
This commit is contained in:
parent
3da0b71876
commit
ce4f2c462c
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ libgstvideoconvert_la_LIBADD = \
|
|||
$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(ORC_LIBS)
|
||||
$(ORC_LIBS) \
|
||||
$(LIBM)
|
||||
libgstvideoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvideoconvert_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue