forked from jengelh/ffmpeg-4
Accepting request 961685 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/961685 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=49
This commit is contained in:
commit
2e60924884
@ -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>
|
Wed Feb 16 18:46:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
# nvcodec headers only present after leap15
|
# nvcodec headers only present after leap15
|
||||||
%bcond_with nvcodec
|
%bcond_with nvcodec
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%bcond_without nvcodec
|
%bcond_without nvcodec
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?BUILD_ORIG}
|
%if 0%{?BUILD_ORIG}
|
||||||
|
Loading…
Reference in New Issue
Block a user