[Bug 773114] meson: fixes for windows build
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 23 23:10:09 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773114
--- Comment #26 from Scott D Phillips <scott.d.phillips at intel.com> ---
(In reply to Thibault Saunier from comment #21)
> Review of attachment 338158 [details] [review]:
>
> It looks like it should not be mandatory, I guess we are missing some
> -DSOMETHING or something, not sure what.
This is the same as the autoconf logic if I understand it correctly. From
gst-plugins-bad/configure.ac:
> dnl Try to find a valid crypto library
> PKG_CHECK_MODULES(NETTLE, nettle, [
> AC_DEFINE(HAVE_NETTLE, 1, [Define if nettle is available])
> HAVE_HLS="yes"
> ],[
> AM_PATH_LIBGCRYPT([1.2.0], [
> AC_DEFINE(HAVE_LIBGCRYPT, 1, [Define if libgcrypt is available])
> HAVE_HLS="yes"
> ],[
> PKG_CHECK_MODULES(OPENSSL, openssl, [
> AC_DEFINE(HAVE_OPENSSL, 1, [Define if openssl is available])
> HAVE_HLS="yes"
> ],[
> HAVE_HLS="no"
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list