diff --git a/scummvm.changes b/scummvm.changes index 45abbfb..a998dff 100644 --- a/scummvm.changes +++ b/scummvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 3 08:38:02 UTC 2016 - olaf@aepfle.de + +- Correct buildconditionals: aac -> faad, mp3 -> mad + ------------------------------------------------------------------- Fri Jul 29 17:51:04 UTC 2016 - mailaender@opensuse.org diff --git a/scummvm.spec b/scummvm.spec index 288a855..67eb7f1 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -16,8 +16,8 @@ # -%bcond_with aac -%bcond_with mp3 +%bcond_with faad +%bcond_with mad Name: scummvm Version: 1.8.1 @@ -44,10 +44,10 @@ BuildRequires: pkgconfig(theoradec) >= 1.0 BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(vorbisfile) BuildRequires: pkgconfig(zlib) -%if %{with aac} +%if %{with faad} BuildRequires: libfaad-devel %endif -%if %{with mp3} +%if %{with mad} BuildRequires: pkgconfig(mad) %endif %ifarch %{ix86}