diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index 654678f..5b1a583 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 4 12:08:40 UTC 2018 - tchvatal@suse.com + +- Conditionalize full build to be primary only on Leap15+ + ------------------------------------------------------------------- Tue Jul 3 08:46:42 UTC 2018 - tchvatal@suse.com diff --git a/ffmpeg-4.spec b/ffmpeg-4.spec index fd8cc69..f8deb0a 100644 --- a/ffmpeg-4.spec +++ b/ffmpeg-4.spec @@ -51,7 +51,11 @@ %bcond_with xvid # Full build or just support package on older codestream +%if 0%{?suse_version} > 1500 %bcond_without full_build +%else +%bcond_with full_build +%endif %if 0%{?suse_version} > 1500 %bcond_without mysofa