Merge pull request #267700 from Atemu/fix/ffmpeg_4-full
ffmpeg_4-full: disable glslang
This commit is contained in:
commit
1181aa74bc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
, withFreetype ? withHeadlessDeps # Needed for drawtext filter
|
||||
, withFrei0r ? withFullDeps # frei0r video filtering
|
||||
, withFribidi ? withFullDeps # Needed for drawtext filter
|
||||
, withGlslang ? withFullDeps && !stdenv.isDarwin
|
||||
, withGlslang ? withFullDeps && !stdenv.isDarwin && lib.versionAtLeast version "5.0"
|
||||
, withGme ? withFullDeps # Game Music Emulator
|
||||
, withGnutls ? withHeadlessDeps
|
||||
, withGsm ? withFullDeps # GSM de/encoder
|
||||
|
|
Loading…
Reference in a new issue