disable xvid suport on sle16/slfo #1
@ -1,4 +1,3 @@
|
||||
mtime: 1724842934
|
||||
commit: 9e43e5445b98d8995b81b0fc26eca3b5334fb0e654fa27f34d5f3cd90ff11654
|
||||
url: https://src.opensuse.org/jengelh/ffmpeg-4
|
||||
revision: master
|
||||
mtime: 1724938970
|
||||
commit: c4931895316fa0a3175739d008d5dafa33dcdd5e31e9fc99b1a8d06997c0fe49
|
||||
url: https://src.opensuse.org/dirkmueller/ffmpeg-4.git
|
||||
|
@ -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>
|
||||
|
||||
|
@ -55,7 +55,11 @@
|
||||
%bcond_with smbclient
|
||||
%bcond_with x264
|
||||
%bcond_with x265
|
||||
%if 0%{?suse_version} > 1600
|
||||
%bcond_without xvid
|
||||
%else
|
||||
%bcond_with xvid
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libaom
|
||||
@ -71,7 +75,6 @@
|
||||
%bcond_without vulkan
|
||||
%bcond_without amrwb
|
||||
%bcond_without opencore
|
||||
%bcond_without xvid
|
||||
%else
|
||||
%bcond_with libaom
|
||||
%bcond_with mysofa
|
||||
|
Loading…
Reference in New Issue
Block a user