Date: Sun, 23 Jul 2017 18:37:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220931] audio/openal-soft: Update to 1.18.0, Add EXAMPLES and OSS options Message-ID: <bug-220931-13-M9J4no4SEI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220931-13@https.bugs.freebsd.org/bugzilla/> References: <bug-220931-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220931 --- Comment #10 from kdrakehp@zoho.com --- (In reply to Yuri Victorovich from comment #9) The `devel/sdl_sound' port does not support building with SDL-2, while `SDL_sound' does, which might be what OpenAL-Soft is assuming. The two libraries have numerous symbol clashes (137), and SDL2 breaks compatibility with SDL1. This causes functions from both libraries to be called on the same structures, along with SDL_sound assuming that the `SDL.h' it was compiled with is correct. For me this quickly leads to read calls failing and the previously mentioned failure. This change will require all three libraries for different binaries ``SDL=3Dsdl,sdl2,sound'', `alffplay' uses SDL2 for video output and ffmpeg for audio, so ``SDL=3Dsdl2,sound'' is not an invalid combination. 12-CURRENT amd64 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220931-13-M9J4no4SEI>