mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
vdpau: Link to $(LIBM) for log2 and friends
This commit is contained in:
parent
5e8a24274f
commit
159b43d17c
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,8 @@ libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $
|
|||
libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
-lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) \
|
||||
gstvdp/libgstvdp-@GST_MAJORMINOR@.la
|
||||
gstvdp/libgstvdp-@GST_MAJORMINOR@.la \
|
||||
$(LIBM)
|
||||
|
||||
libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue