Skip to content

Commit

Permalink
ffmpeg: remove withOgg
Browse files Browse the repository at this point in the history
does not do anything
  • Loading branch information
jopejoe1 committed Sep 6, 2024
1 parent 39ffb3c commit 1ed22ba
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 1ed22ba

Please sign in to comment.