1
0
forked from tribes/guix
Files
guix-fork/gnu
Maxim Cournoyer d09b1805aa gnu: ffmpeg-jami: Really honor custom configuration flags.
Because the substitute-keyword-arguments pattern was (#:configure-flags '())
rather than (#:configure-flags _ '()), the replacement was not triggered.

* gnu/packages/jami.scm (%ffmpeg-default-configure-flags): Comment that the
fnnvcodec-related options are left out.
(%ffmpeg-linux-x86-configure-flags): Delete variable.
(ffmpeg-compose-configure-flags): Streamline and use gexps.
(ffmpeg-jami) [arguments]: Fix configure-flags pattern, and adjust to use
gexps.  Add the "--disable-static" and "--enable-shared" flags to produce
shared objects with the correct RUNPATH.
2023-02-08 09:36:26 -05:00
..
2023-02-05 06:56:44 +01:00
2022-12-05 14:57:15 +01:00
2023-02-07 10:48:21 +01:00