gnu: ffmpeg: Enable gnutls support.

* gnu/package/video.scm (ffmpeg)[inputs]: Add gnutls.
  [arguments]: Enable it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Patterson 2015-10-29 18:59:18 -04:00 committed by Ludovic Courtès
parent 1c8a81b1af
commit c8dab7f475
1 changed files with 2 additions and 1 deletions

View File

@ -384,6 +384,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
(inputs (inputs
`(("fontconfig" ,fontconfig) `(("fontconfig" ,fontconfig)
("freetype" ,freetype) ("freetype" ,freetype)
("gnutls" ,gnutls)
("opus" ,opus) ("opus" ,opus)
("ladspa" ,ladspa) ("ladspa" ,ladspa)
("lame" ,lame) ("lame" ,lame)
@ -467,7 +468,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
"--enable-gpl" ; enable optional gpl licensed parts "--enable-gpl" ; enable optional gpl licensed parts
"--enable-shared" "--enable-shared"
"--enable-fontconfig" "--enable-fontconfig"
;; "--enable-gnutls" ; causes test failures "--enable-gnutls"
"--enable-ladspa" "--enable-ladspa"
"--enable-libass" "--enable-libass"
"--enable-libbluray" "--enable-libbluray"