mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gst-libav: Build with Meson.
* gnu/packages/gstreamer.scm (gst-libav)[build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Remove.
This commit is contained in:
parent
1bf1e32b01
commit
4bebd7e4e6
1 changed files with 1 additions and 3 deletions
|
@ -419,9 +419,7 @@ (define-public gst-libav
|
|||
;; Drop bundled ffmpeg.
|
||||
(delete-file-recursively "gst-libs/ext/libav")
|
||||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--with-system-libav")))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python)))
|
||||
|
|
Loading…
Reference in a new issue