mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
AUDIO: MT32: Restore Fix For Internal Sample Rate Converter Code
This was previously disabled implicitly by the missing define symbols in the SampleRateConvertor module. This has now been enabled to use the internal rate convertor code. This was generating undefined macro warnings from GCC when -Wundef was passed.
This commit is contained in:
parent
ac42b5f952
commit
3eb6f98e6f
@ -14,7 +14,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <cstddef>
|
||||
#define MT32EMU_WITH_LIBSOXR_RESAMPLER 0
|
||||
#define MT32EMU_WITH_LIBSAMPLERATE_RESAMPLER 0
|
||||
#define MT32EMU_WITH_INTERNAL_RESAMPLER 1
|
||||
|
||||
#include "SampleRateConverter.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user