diff --git a/pipewire.changes b/pipewire.changes index 68528cb..c99188d 100644 --- a/pipewire.changes +++ b/pipewire.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 9 12:14:23 UTC 2021 - Neal Gompa + +- Enable AAC support for Leap 15.4+ + ------------------------------------------------------------------- Thu Dec 9 11:33:29 UTC 2021 - Antonio Larrosa diff --git a/pipewire.spec b/pipewire.spec index 1462869..c0c2d0a 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -38,10 +38,14 @@ %bcond_with aptx %if 0%{?suse_version} >= 1550 %bcond_without libcamera -%bcond_without aac %else %bcond_with libcamera +%endif + +%if 0%{?sle_version} && 0%{?sle_version} < 150400 %bcond_with aac +%else +%bcond_without aac %endif Name: pipewire