mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 03:15:35 +00:00
Remove a comment about Audiere
This commit is contained in:
parent
3fea3e7d25
commit
a256b9a7b0
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@
|
|||
|
||||
#include "openal_output.hpp"
|
||||
#define SOUND_OUT "OpenAL"
|
||||
/* Set up the sound manager to use Audiere, FFMPEG or
|
||||
MPG123/libsndfile for input. The OPENMW_USE_x macros are set in
|
||||
CMakeLists.txt.
|
||||
/* Set up the sound manager to use FFMPEG or MPG123+libsndfile for input. The
|
||||
* OPENMW_USE_x macros are set in CMakeLists.txt.
|
||||
*/
|
||||
#ifdef OPENMW_USE_FFMPEG
|
||||
#include "ffmpeg_decoder.hpp"
|
||||
|
|
Loading…
Reference in a new issue