forked from pool/ffmpeg-4
disable xvid suport on sle16/slfo
This commit is contained in:
parent
c493189531
commit
cf638fda5c
@ -1,4 +1,3 @@
|
|||||||
mtime: 1724842934
|
mtime: 1724938970
|
||||||
commit: 9e43e5445b98d8995b81b0fc26eca3b5334fb0e654fa27f34d5f3cd90ff11654
|
commit: c4931895316fa0a3175739d008d5dafa33dcdd5e31e9fc99b1a8d06997c0fe49
|
||||||
url: https://src.opensuse.org/jengelh/ffmpeg-4
|
url: https://src.opensuse.org/dirkmueller/ffmpeg-4.git
|
||||||
revision: master
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 07:12:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- disable xvid support on SLFO/SLE16
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 10:42:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 28 10:42:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -55,7 +55,11 @@
|
|||||||
%bcond_with smbclient
|
%bcond_with smbclient
|
||||||
%bcond_with x264
|
%bcond_with x264
|
||||||
%bcond_with x265
|
%bcond_with x265
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
%bcond_without xvid
|
||||||
|
%else
|
||||||
%bcond_with xvid
|
%bcond_with xvid
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%bcond_without libaom
|
%bcond_without libaom
|
||||||
@ -71,7 +75,6 @@
|
|||||||
%bcond_without vulkan
|
%bcond_without vulkan
|
||||||
%bcond_without amrwb
|
%bcond_without amrwb
|
||||||
%bcond_without opencore
|
%bcond_without opencore
|
||||||
%bcond_without xvid
|
|
||||||
%else
|
%else
|
||||||
%bcond_with libaom
|
%bcond_with libaom
|
||||||
%bcond_with mysofa
|
%bcond_with mysofa
|
||||||
|
Loading…
Reference in New Issue
Block a user