mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gst-plugins-ugly: Enable GPL plugins.
This enables dvdread, for DVD playback support, among others. * gnu/packages/gstreamer.scm (gst-plugins-ugly) [#configure-flags]: Add "-Dgpl=enabled". Change-Id: Ibff7cdf10b33b76ed79c771e4673afe36b02ce19
This commit is contained in:
@@ -1165,6 +1165,7 @@ after their category.")
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
#:configure-flags #~(list "-Dgpl=enabled")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
#$@%common-gstreamer-phases
|
||||
|
||||
Reference in New Issue
Block a user