diff options
author | Joe Gorse <jhgorse@gmail.com> | 2016-03-03 22:15:07 -0500 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-04 09:26:34 +0200 |
commit | 71bf7ffe146cfd41c13917958f17bf25013e2106 (patch) | |
tree | 0b365489bd52ae295f1b74f181c67593d281fdc5 | |
parent | 140815ff934de45f0476138e30a87a54e3f7f686 (diff) |
hls: Add OPENSSL_CFLAGS to CFLAGS
https://bugzilla.gnome.org/show_bug.cgi?id=763079
-rw-r--r-- | ext/hls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |