SHA256
1
0
forked from pool/ffmpeg-4

- Add back pkgconfig(fdk-aac) BuildRequires since we still need

the headers at compile time.
- Fix include paths in
  ffmpeg-4.1-dlopen-faac-mp3lame-opencore-x264-x265-xvid.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=75
This commit is contained in:
Ismail Dönmez
2019-07-04 12:18:23 +00:00
committed by Git OBS Bridge
parent 04de1162ee
commit 61d3999e3d
3 changed files with 18 additions and 7 deletions

View File

@@ -207,6 +207,9 @@ BuildRequires: pkgconfig(zimg)
%endif
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(zvbi-0.2) >= 0.2.28
%if %{with fdk_aac_dlopen}
BuildRequires: pkgconfig(fdk-aac)
%endif
%if %{with librtmp}
BuildRequires: pkgconfig(librtmp)
%endif