gst_all_1.gst-plugins-bad: Fix build on ppc64
This commit is contained in:
@@ -322,6 +322,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.mesonEnable "doc" enableDocumentation)
|
||||
(lib.mesonEnable "directfb" false)
|
||||
(lib.mesonEnable "lcevcdecoder" lcevcdecSupport)
|
||||
(lib.mesonEnable "ldac" ldacbtSupport)
|
||||
(lib.mesonEnable "webrtcdsp" webrtcAudioProcessingSupport)
|
||||
(lib.mesonEnable "isac" webrtcAudioProcessingSupport)
|
||||
]
|
||||
++ lib.optionals (!stdenv.hostPlatform.isLinux) [
|
||||
"-Ddoc=disabled" # needs gstcuda to be enabled which is Linux-only
|
||||
|
||||
Reference in New Issue
Block a user