Skip to content

Commit

Permalink
Merge branch 'jb53237' into 'master'
Browse files Browse the repository at this point in the history
[libopenal] Update to 1.21.1 to fix audio issue. Fixes JB#53237

See merge request mer-core/libopenal!2
  • Loading branch information
pvuorela committed Feb 22, 2021
2 parents 481654f + a88120d commit 1d73bd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion rpm/openal.spec
Expand Up @@ -8,6 +8,7 @@ License: LGPLv2+ and BSD-3-Clause
BuildRequires: cmake
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(sndfile)
BuildRequires: SDL2_sound-devel


Expand Down Expand Up @@ -49,7 +50,12 @@ audio capture.

%build
pushd build
%cmake ..
%cmake .. \
-DALSOFT_REQUIRE_PULSEAUDIO=ON \
-DALSOFT_BACKEND_ALSA=OFF \
-DALSOFT_BACKEND_OSS=OFF \
-DALSOFT_BACKEND_SDL2=OFF \
-DALSOFT_EXAMPLES=ON
%make_build
popd

Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated from c0cbe6 to ae4eac

0 comments on commit 1d73bd6

Please sign in to comment.