mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
|
||||
|
@ -35,4 +36,4 @@ noinst_HEADERS = \
|
|||
h264/gsth264parser.h \
|
||||
h264/gstvdph264frame.h \
|
||||
h264/gsth264dpb.h \
|
||||
h264/gstvdph264dec.h
|
||||
h264/gstvdph264dec.h
|
||||
|
|
Loading…
Reference in a new issue