diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-23 11:01:52 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-23 11:49:16 +0900 |
commit | 8412ddfe49214b5fd06b0cd5e8b53c18ee6738b3 (patch) | |
tree | 7a258c0f34c3068588872e21e33fe960788fd3b0 | |
parent | f31e11b4f83b5c6d3487cbef26c7d128c6481611 (diff) |
gnu: gpac: Enable libcaption support.
* gnu/packages/video.scm (gpac) [inputs]: Add libcaption.
Change-Id: I5bd9e04d3a07cd5179a6a7f51a38aa8174a6d00b
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 80c6451dee..526fd9507e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2444,9 +2444,7 @@ input files is possible, including video files.") jack-2 liba52 libcaca - ;; The build currently fails with libcaption 0.7 (see: - ;; <https://github.com/gpac/gpac/issues/3305>). - ;;libcaption + libcaption libfreenect libjpeg-turbo libmad |