diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2013-03-19 10:47:25 +0100 |
---|---|---|
committer | Alessandro Decina <alessandro.d@gmail.com> | 2013-03-19 10:54:18 +0100 |
commit | d2d6798087e7c82e948aac1c373380bc7ee1451f (patch) | |
tree | 030880f32d50f2c812e7c6ca0d83dc01aae60874 /Makefile.am | |
parent | 5c77ef61edc4804c3a9308184ac4ccc9714a0141 (diff) | |
download | gstreamer-plugins-bad-d2d6798087e7c82e948aac1c373380bc7ee1451f.tar.gz |
Make the hls plugin depend on gnutls and move to ext/hls/
gnutls is used to implement AES decryption
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 63487e167..8184f22e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/aacparse \ $(top_srcdir)/gst/amrparse \ $(top_srcdir)/gst/flacparse \ + $(top_srcdir)/gst/hls \ $(top_srcdir)/gst/imagefreeze \ $(top_srcdir)/gst/invtelecine \ $(top_srcdir)/gst/mpeg4videoparse \ |