summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-06-16 19:06:17 +0200
committerMarius Bakke <marius@gnu.org>2021-06-16 19:07:26 +0200
commitf3e68e61acbc761d68755051bade8c13c3610c06 (patch)
treead3f3e1aa2ec2eed35eb2662653e4726a3d41af9 /gnu
parent64fea6b49d7529d463603ad1586451231372dba6 (diff)
gnu: ffmpeg: Build with the latest SRT.
* gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8596706d11f..ef8a2a93bbe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1465,8 +1465,7 @@ operate properly.")
1465 ("sdl" ,sdl2) 1465 ("sdl" ,sdl2)
1466 ("soxr" ,soxr) 1466 ("soxr" ,soxr)
1467 ("speex" ,speex) 1467 ("speex" ,speex)
1468 ;; FFmpeg is not yet compatible with SRT > 1.4.1. 1468 ("srt" ,srt)
1469 ("srt" ,srt-1.4.1)
1470 ("twolame" ,twolame) 1469 ("twolame" ,twolame)
1471 ("vidstab" ,vidstab) 1470 ("vidstab" ,vidstab)
1472 ("x265" ,x265) 1471 ("x265" ,x265)