Disabled system vpx on Fedora 31/30

This commit is contained in:
Martin Stransky 2019-03-08 16:07:49 +01:00
parent 4bfc3f1f8e
commit 77e071ad5e

View File

@ -35,8 +35,12 @@
%define libnotify_version 0.4 %define libnotify_version 0.4
%define _default_patch_fuzz 2 %define _default_patch_fuzz 2
# Use system libvpx? # libvpx is too new for Firefox 65
%define system_libvpx 1 %if 0%{?fedora} < 30
%global system_libvpx 1
%else
%global system_libvpx 0
%endif
%define system_jpeg 1 %define system_jpeg 1