meson: hls: libm is required because m3u8.c uses math.h
authorTing-Wei Lan <lantw@src.gnome.org>
Wed, 3 May 2017 13:13:38 +0000 (21:13 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 3 May 2017 13:18:33 +0000 (14:18 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=782119

ext/hls/meson.build

index f3ea432..64a5520 100644 (file)
@@ -33,7 +33,7 @@ if hls_crypto_dep.found()
     include_directories : [configinc],
     dependencies : [gstpbutils_dep, gsttag_dep, gstvideo_dep,
                    gstadaptivedemux_dep, gsturidownloader_dep,
-                   hls_crypto_dep],
+                   hls_crypto_dep, libm],
     install : true,
     install_dir : plugins_install_dir,
   )