Skip to content
Snippets Groups Projects
Commit f5356dc6 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

video: Link with $(LIBM) for rint() and others

parent dc699fe0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ libgstbadvideo_@GST_API_VERSION@_la_CFLAGS = \
$(GST_BASE_CFLAGS)
libgstbadvideo_@GST_API_VERSION@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) -lgstvideo-$(GST_API_VERSION)\
$(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la
$(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la $(LIBM)
libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
noinst_HEADERS = gstcms.h videoconvert.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment