ffmpeg-full: Build without rav1e

The build of rav1e is currently broken, see #100029.
This commit is contained in:
Michael Weiss 2020-10-15 20:09:29 +02:00
parent 2844afac42
commit c55a67dcf0
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -12410,7 +12410,7 @@ in
openal = if stdenv.isDarwin then null else openal;
libmfx = if stdenv.isDarwin then null else intel-media-sdk;
libpulseaudio = if stdenv.isDarwin then null else libpulseaudio;
rav1e = if stdenv.isDarwin then null else rav1e;
rav1e = null;
samba = if stdenv.isDarwin then null else samba;
vid-stab = if stdenv.isDarwin then null else vid-stab;
x265 = if stdenv.isDarwin then null else x265;