From 71bf7ffe146cfd41c13917958f17bf25013e2106 Mon Sep 17 00:00:00 2001 From: Joe Gorse Date: Thu, 3 Mar 2016 22:15:07 -0500 Subject: hls: Add OPENSSL_CFLAGS to CFLAGS https://bugzilla.gnome.org/show_bug.cgi?id=763079 --- ext/hls/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hls/Makefile.am b/ext/hls/Makefile.am index f1632028d..189f9e6e8 100644 --- a/ext/hls/Makefile.am +++ b/ext/hls/Makefile.am @@ -8,7 +8,7 @@ libgsthls_la_SOURCES = \ gsthlssink.c \ gstm3u8playlist.c -libgsthls_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBGCRYPT_CFLAGS) $(NETTLE_CFLAGS) +libgsthls_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBGCRYPT_CFLAGS) $(NETTLE_CFLAGS) $(OPENSSL_CFLAGS) libgsthls_la_LIBADD = \ $(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la \ -- cgit v1.2.1