Accepting request 1041969 from home:AndreasStieger:branches:Emulators
- Fix build on Factory: Does not build with FFmpeg 5.0 yet OBS-URL: https://build.opensuse.org/request/show/1041969 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=367
This commit is contained in:
parent
cf04ee967a
commit
2e0786171c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 10 09:20:01 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Fix build on Factory: Does not build with FFmpeg 5.0 yet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 22:27:31 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -33,6 +33,9 @@ BuildRequires: glslang-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: unzip
|
||||
# Does not build with FFmpeg 5.0 yet
|
||||
# https://github.com/hrydgard/ppsspp/issues/15308
|
||||
BuildRequires: libavcodec-devel < 5
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice)
|
||||
BuildRequires: pkgconfig(libavfilter)
|
||||
@ -84,7 +87,7 @@ PPSSPP build using the Qt framework
|
||||
%package common
|
||||
Summary: PPSSPP assets
|
||||
Group: System/Emulators/Other
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description common
|
||||
Required assets for PPSSPP GUI and assorted configuration files
|
||||
|
Loading…
Reference in New Issue
Block a user