ffmpeg: enable libvmaf on darwin
This commit is contained in:
parent
bd086255ef
commit
f1230a2eca
1 changed files with 0 additions and 1 deletions
|
@ -11376,7 +11376,6 @@ in
|
|||
frei0r = if stdenv.isDarwin then null else frei0r;
|
||||
game-music-emu = if stdenv.isDarwin then null else game-music-emu;
|
||||
libjack2 = if stdenv.isDarwin then null else libjack2;
|
||||
libvmaf = if stdenv.isDarwin then null else libvmaf;
|
||||
libmodplug = if stdenv.isDarwin then null else libmodplug;
|
||||
openal = if stdenv.isDarwin then null else openal;
|
||||
libmfx = if stdenv.isDarwin then null else intel-media-sdk;
|
||||
|
|
Loading…
Reference in a new issue