mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
commit
6c496eeaab
@ -20,6 +20,10 @@
|
|||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <audio/audio_mixer.h>
|
#include <audio/audio_mixer.h>
|
||||||
#include <audio/audio_resampler.h>
|
#include <audio/audio_resampler.h>
|
||||||
|
|
||||||
@ -33,10 +37,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "../../config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_STB_VORBIS
|
#ifdef HAVE_STB_VORBIS
|
||||||
#define STB_VORBIS_NO_PUSHDATA_API
|
#define STB_VORBIS_NO_PUSHDATA_API
|
||||||
#define STB_VORBIS_NO_STDIO
|
#define STB_VORBIS_NO_STDIO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user