After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763079 - hls/Makefile.am missing OPENSSL_CFLAGS
hls/Makefile.am missing OPENSSL_CFLAGS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.7.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-04 03:17 UTC by Joe Gorse
Modified: 2016-03-11 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-libgsthls_la_CFLAGS-needs-OPENSSL_CFLAGS-added-to-it.patch (1.09 KB, patch)
2016-03-04 03:17 UTC, Joe Gorse
committed Details | Review

Description Joe Gorse 2016-03-04 03:17:34 UTC
Created attachment 323056 [details] [review]
0001-libgsthls_la_CFLAGS-needs-OPENSSL_CFLAGS-added-to-it.patch

st-plugins-bad/ext/hls/Makefile.am: libgsthls_la_CFLAGS  needs $(OPENSSL_CFLAGS) added to its list. _LIBS is already added correctly.

Patch attached.
Comment 1 Sebastian Dröge (slomo) 2016-03-04 07:28:50 UTC
commit 71bf7ffe146cfd41c13917958f17bf25013e2106
Author: Joe Gorse <jhgorse@gmail.com>
Date:   Thu Mar 3 22:15:07 2016 -0500

    hls: Add OPENSSL_CFLAGS to CFLAGS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763079