|
From: | Ludovic Courtès |
Subject: | [bug#34050] Aw: bug#34050: Acknowledgement ([PATCH] gnu: Add libaom and activate AV1 support in ffmpeg.) |
Date: | Sun, 13 Jan 2019 23:19:27 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello Arne, "Arne Babenhauserheide" <address@hidden> skribis: > There’s a problem with my patch: ffmpeg-3.4 inherits the values of ffmpeg but > does not support the --enable-aom option. > > How can I filter it? You can use ‘substitute-keyword-arguments’, along these lines: (define ffmpeg-3.4 (package (inherit ffmpeg) ;; … (arguments (substitute-keyword-arguments (package-arguments ffmpeg) …)))) See the other packages that use it as examples. HTH! Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |