ffmpeg: enable libvmaf on darwin

This commit is contained in:
Mario Rodas 2020-02-29 04:22:00 -05:00
parent bd086255ef
commit f1230a2eca
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -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;