diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index b5d404a..bc0dbd4 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -132,7 +132,7 @@ BuildRequires: pkgconfig(celt) >= 0.11.0 %if %{with codec2} BuildRequires: pkgconfig(codec2) %endif -%if 0%{?suse_version} >= 1520 +%if 0%{?sle_version} >= 150200 BuildRequires: pkgconfig(dav1d) %endif BuildRequires: pkgconfig(enca) @@ -627,7 +627,7 @@ LDFLAGS="%_lto_cflags" \ %if %{with codec2} --enable-libcodec2 \ %endif -%if 0%{?suse_version} >= 1550 +%if 0%{?sle_version} >= 150200 --enable-libdav1d \ %endif --enable-libdc1394 \