mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
videofilters: link to libm
https://bugzilla.gnome.org/show_bug.cgi?id=644176
This commit is contained in:
parent
fcf7b11a55
commit
acb66eb7f4
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ libgstvideofiltersbad_la_LIBADD = \
|
|||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(ORC_LIBS)
|
||||
$(ORC_LIBS) \
|
||||
$(LIBM)
|
||||
libgstvideofiltersbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvideofiltersbad_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue