mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ffmpeg-full: enable libvpx on Darwin
This commit is contained in:
parent
7307c35f30
commit
e8b29688c8
1 changed files with 0 additions and 1 deletions
|
@ -9136,7 +9136,6 @@ with pkgs;
|
|||
game-music-emu = if stdenv.isDarwin then null else game-music-emu;
|
||||
libjack2 = if stdenv.isDarwin then null else libjack2;
|
||||
libmodplug = if stdenv.isDarwin then null else libmodplug;
|
||||
libvpx = if stdenv.isDarwin then null else libvpx;
|
||||
openal = if stdenv.isDarwin then null else openal;
|
||||
libpulseaudio = if stdenv.isDarwin then null else libpulseaudio;
|
||||
samba = if stdenv.isDarwin then null else samba;
|
||||
|
|
Loading…
Reference in a new issue