forked from pool/pulseaudio
Accepting request 318188 from home:tiwai:branches:multimedia:libs
- Fix missing speex resampler due to the recent split of speexdsp (boo#939225) OBS-URL: https://build.opensuse.org/request/show/318188 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=156
This commit is contained in:
parent
5ec9f77ed4
commit
fc55153503
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 12:38:33 CEST 2015 - tiwai@suse.de
|
||||
|
||||
- Fix missing speex resampler due to the recent split of speexdsp
|
||||
(boo#939225)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 08:11:46 CEST 2015 - tiwai@suse.de
|
||||
|
||||
|
@ -67,7 +67,11 @@ BuildRequires: libudev-devel >= 143
|
||||
BuildRequires: libwebrtc_audio_processing-devel
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: orc >= 0.4.9
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: speexdsp-devel
|
||||
%else
|
||||
BuildRequires: speex-devel
|
||||
%endif
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
|
Loading…
Reference in New Issue
Block a user