Skip to content

Commit

Permalink
ffmpeg: remove withOgg (#340217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Sep 8, 2024
2 parents 39ea8fd + 1ed22ba commit 2b64c19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/libraries/ffmpeg/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
, withMysofa ? withFullDeps # HRTF support via SOFAlizer
, withNvdec ? withHeadlessDeps && withNvcodec
, withNvenc ? withHeadlessDeps && withNvcodec
, withOgg ? withHeadlessDeps # Ogg container used by vorbis & theora
, withOpenal ? withFullDeps # OpenAL 1.1 capture support
, withOpencl ? withFullDeps
, withOpencoreAmrnb ? withFullDeps && withVersion3 # AMR-NB de/encoder
Expand Down Expand Up @@ -263,7 +262,6 @@
, libjxl
, libmodplug
, libmysofa
, libogg
, libopenmpt
, libopus
, libplacebo
Expand Down Expand Up @@ -764,7 +762,6 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals withModplug [ libmodplug ]
++ optionals withMp3lame [ lame ]
++ optionals withMysofa [ libmysofa ]
++ optionals withOgg [ libogg ]
++ optionals withOpenal [ openal ]
++ optionals withOpencl [ ocl-icd opencl-headers ]
++ optionals (withOpencoreAmrnb || withOpencoreAmrwb) [ opencore-amr ]
Expand Down

0 comments on commit 2b64c19

Please sign in to comment.