SHA256
1
0
forked from pool/ffmpeg-4

- Remove 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch

The patch no longer works with the current SVT-AV1 package
  (b4ca700d36c9655e37e9f091bfe983a23ec0c1bd)

add change entries
    [boo#1133153, boo#1133155, CVE-2019-11338, CVE-2019-11339]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=59
This commit is contained in:
2019-05-01 09:49:36 +00:00
committed by Git OBS Bridge
parent 54b689873d
commit fb9a71fb76
4 changed files with 8 additions and 585 deletions

View File

@@ -115,8 +115,6 @@ Source99: baselibs.conf
Patch2: ffmpeg-arm6l.diff
Patch3: ffmpeg-new-coder-errors.diff
Patch4: ffmpeg-codec-choice.diff
# from https://github.com/OpenVisualCloud/SVT-AV1/blob/master/ffmpeg_plugin/
Patch5: 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch
# dav1d added https://patchwork.ffmpeg.org/patch/10843/
Patch6: ffmpeg-avcodec-libdav1d-AV1-decoder-wrapper.patch
BuildRequires: ladspa-devel
@@ -125,9 +123,6 @@ BuildRequires: libmp3lame-devel
%if %{with mysofa}
BuildRequires: libmysofa-devel
%endif
%ifarch x86_64
BuildRequires: pkgconfig(SvtAv1Enc)
%endif
BuildRequires: nasm
BuildRequires: pkg-config
BuildRequires: pkgconfig(alsa)
@@ -634,9 +629,6 @@ CFLAGS="%optflags" \
--enable-libssh \
%if %{with srt}
--enable-libsrt \
%endif
%ifarch x86_64
--enable-libsvtav1 \
%endif
--enable-libtheora \
--enable-libtwolame \