SHA256
1
0
forked from pool/ffmpeg-4

Accepting request 961470 from home:predivan:branches:multimedia:libs

- Fix OS version check, so nvcodec is enabled for Leap too.

OBS-URL: https://build.opensuse.org/request/show/961470
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=176
This commit is contained in:
Jan Engelhardt 2022-03-14 13:25:55 +00:00 committed by Git OBS Bridge
parent 87768d78c0
commit 320e84ebe2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 13 15:20:53 UTC 2022 - Predrag Ivanović <predivan@mts.rs>
- Fix OS version check, so nvcodec is enabled for Leap too.
-------------------------------------------------------------------
Wed Feb 16 18:46:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -40,7 +40,7 @@
# nvcodec headers only present after leap15
%bcond_with nvcodec
%if 0%{?suse_version} > 1500
%if 0%{?suse_version} >= 1500
%bcond_without nvcodec
%endif
%if 0%{?BUILD_ORIG}