guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#34050] Aw: bug#34050: Acknowledgement ([PATCH] gnu: Add libaom and


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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]