mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
codecparsers: Add -lm needed by H.265 parser
This commit is contained in:
parent
07ba033943
commit
b4f29e6945
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS = \
|
|||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS)
|
||||
$(GST_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue