diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-10-16 13:26:53 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-10-16 13:58:56 +0200 |
commit | 72865a2e8a2a1d0e49f21f358484ac8c85338a15 (patch) | |
tree | 6737017e44311949c0a21bddaec20e96e75035c7 | |
parent | 26ff45cb03bf99f871dcc631586da54cafb56e6a (diff) |
gnu: ffmpeg: Don't mention libfaac.
* gnu/packages/video.scm (ffmpeg-5): Remove comment mentioning faac.
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 01627bf583..d5ab7ba64c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1644,7 +1644,6 @@ operate properly.") ;; --enable-libcelt enable CELT decoding via libcelt [no] ;; --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394 ;; and libraw1394 [no] - ;; --enable-libfaac enable AAC encoding via libfaac [no] ;; --enable-libfdk-aac enable AAC de/encoding via libfdk-aac [no] ;; --enable-libflite enable flite (voice synthesis) support via ;; libflite [no] |