-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaulib_config.h.in
44 lines (35 loc) · 1.39 KB
/
aulib_config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// This is copyrighted software. More information is at the end of this file.
#pragma once
#cmakedefine USE_DEC_ADLMIDI 1
#cmakedefine USE_DEC_BASSMIDI 1
#cmakedefine USE_DEC_DRFLAC 1
#cmakedefine USE_DEC_DRMP3 1
#cmakedefine USE_DEC_DRWAV 1
#cmakedefine USE_DEC_FLUIDSYNTH 1
#cmakedefine USE_DEC_LIBOPUSFILE 1
#cmakedefine USE_DEC_LIBVORBIS 1
#cmakedefine USE_DEC_MODPLUG 1
#cmakedefine USE_DEC_MPG123 1
#cmakedefine USE_DEC_MUSEPACK 1
#cmakedefine USE_DEC_OPENMPT 1
#cmakedefine USE_DEC_SNDFILE 1
#cmakedefine USE_DEC_WILDMIDI 1
#cmakedefine USE_DEC_XMP 1
#cmakedefine USE_RESAMP_SOXR 1
#cmakedefine USE_RESAMP_SRC 1
#cmakedefine HAVE_EXCEPTIONS 1
#cmakedefine HAVE_STD_CLAMP 1
/*
Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019 Nikos Chantziaras.
This file is part of SDL_audiolib.
SDL_audiolib is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
SDL_audiolib is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with SDL_audiolib. If not, see <http://www.gnu.org/licenses/>.
*/