diff --git a/xine-lib.changes b/xine-lib.changes index 49f52bb..a4ae75e 100644 --- a/xine-lib.changes +++ b/xine-lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 28 15:41:11 UTC 2023 - Dave Plater + +- Prevent Leap:15.4 building with ffmpeg-3 + ------------------------------------------------------------------- Fri Jan 27 09:15:38 UTC 2023 - Wolfgang Bauer diff --git a/xine-lib.spec b/xine-lib.spec index 4626a87..a1e1b31 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -62,8 +62,9 @@ BuildRequires: pkgconfig(dvdnav) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(liba52) -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavformat) +#Prevent building against ffmpeg 3 +BuildRequires: pkgconfig(libavcodec) >= 58 +BuildRequires: pkgconfig(libavformat) >= 58 BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libpostproc)