mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Avoid redefining SOUND_IN
This commit is contained in:
parent
56c3b988cc
commit
9a139f511f
@ -23,13 +23,17 @@
|
|||||||
*/
|
*/
|
||||||
#ifdef OPENMW_USE_FFMPEG
|
#ifdef OPENMW_USE_FFMPEG
|
||||||
#include "ffmpeg_decoder.hpp"
|
#include "ffmpeg_decoder.hpp"
|
||||||
|
#ifndef SOUND_IN
|
||||||
#define SOUND_IN "FFmpeg"
|
#define SOUND_IN "FFmpeg"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef OPENMW_USE_MPG123
|
#ifdef OPENMW_USE_MPG123
|
||||||
#include "mpgsnd_decoder.hpp"
|
#include "mpgsnd_decoder.hpp"
|
||||||
|
#ifndef SOUND_IN
|
||||||
#define SOUND_IN "mpg123,sndfile"
|
#define SOUND_IN "mpg123,sndfile"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace MWSound
|
namespace MWSound
|
||||||
|
Loading…
x
Reference in New Issue
Block a user