mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
hdvparse: Link against libm because we use pow().
This commit is contained in:
parent
833a81af75
commit
4f0b03d357
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ noinst_HEADERS = \
|
|||
gsthdvparse.h
|
||||
|
||||
libgsthdvparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgsthdvparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgsthdvparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBM)
|
||||
libgsthdvparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsthdvparse_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue