gstreamer/ext/hls
Adam Duskett 43eaf5ac4a ext/hls/meson.build: fix dependency logic
Currently, if one was to set -Dhls-crypto to either libgcrypt or openssl
instead of auto, the following lines would fail because hls_crypto_dep is not
yet set:

if not hls_crypto_dep.found() and ['auto', 'libgcrypt'].contains(hls_crypto)
if not hls_crypto_dep.found() and ['auto', 'openssl'].contains(hls_crypto)

Instead, change "if not hls_crypto_dep.found()" to "if not have_hls_crypto"
which fixes the error.
2019-05-29 18:33:02 +00:00
..
gsthls.h hls: rename plugin from fragmented to hls 2015-12-01 17:51:34 +00:00
gsthlsdemux-util.c hls: Remove stray '\n' from debug statement 2018-10-22 09:59:24 +02:00
gsthlsdemux.c hlsdemux: fix memory leak while updating master playlist 2018-01-16 08:49:04 +01:00
gsthlsdemux.h hlsdemux: fix compilation with OpenSSL 1.1.0 2017-09-05 15:54:48 +03:00
gsthlsplugin.c hlssink2: New HLS sink element based on splitmuxsink 2017-05-12 12:03:10 +02:00
gsthlssink.c hlssink: Remove some unused struct fields 2017-04-19 12:36:46 +01:00
gsthlssink.h hlssink: Remove some unused struct fields 2017-04-19 12:36:46 +01:00
gsthlssink2.c hlssink2: Add property for disabling sending of force-keyunit events 2019-02-27 21:01:34 +00:00
gsthlssink2.h hlssink2: Add property for disabling sending of force-keyunit events 2019-02-27 21:01:34 +00:00
gstm3u8playlist.c hls: rename plugin from fragmented to hls 2015-12-01 17:51:34 +00:00
gstm3u8playlist.h hls: m3u8playlist: more clean-ups 2015-09-30 00:43:26 +01:00
m3u8.c m3u8: Parse and use AVERAGE-BANDWIDTH attribute if available 2017-12-06 15:02:40 -05:00
m3u8.h hlsdemux: Add support for EXT-X-DISCONTINUITY-SEQUENCE 2017-03-02 19:05:57 +02:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build ext/hls/meson.build: fix dependency logic 2019-05-29 18:33:02 +00:00