forked from jengelh/ffmpeg-5
Compare commits
No commits in common. "master" and "master" have entirely different histories.
@ -1,12 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 29 07:36:13 UTC 2024 - Cliff Zhao <qzhao@suse.com>
|
|
||||||
|
|
||||||
- Update ffmpeg-5.spec:
|
|
||||||
Disable xvid plugin build and dependence, since legal reviewers
|
|
||||||
are concerned xvid patents have not expired in Brazil, which should
|
|
||||||
not be used in a commercial context.
|
|
||||||
https://en.wikipedia.org/wiki/Xvid
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao <qzhao@suse.com>
|
Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao <qzhao@suse.com>
|
||||||
|
|
||||||
|
@ -59,13 +59,7 @@
|
|||||||
%bcond_with smbclient
|
%bcond_with smbclient
|
||||||
%bcond_with x264
|
%bcond_with x264
|
||||||
%bcond_with x265
|
%bcond_with x265
|
||||||
|
|
||||||
# openSUSE legal reviewers are concerned xvid patents and should not be used in commercial context.
|
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
%bcond_with xvid
|
%bcond_with xvid
|
||||||
%else
|
|
||||||
%bcond_without xvid
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%bcond_without mysofa
|
%bcond_without mysofa
|
||||||
@ -75,6 +69,7 @@
|
|||||||
%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 mysofa
|
%bcond_with mysofa
|
||||||
%bcond_with vidstab
|
%bcond_with vidstab
|
||||||
@ -684,8 +679,6 @@ LDFLAGS="%_lto_cflags" \
|
|||||||
%endif
|
%endif
|
||||||
%if %{with xvid}
|
%if %{with xvid}
|
||||||
--enable-libxvid \
|
--enable-libxvid \
|
||||||
%else
|
|
||||||
--disable-libxvid \
|
|
||||||
%endif
|
%endif
|
||||||
%if !0%{?BUILD_ORIG}
|
%if !0%{?BUILD_ORIG}
|
||||||
--enable-muxers \
|
--enable-muxers \
|
||||||
|
Loading…
Reference in New Issue
Block a user