mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
Fix OpenAL includes (fixes OSX build)
This commit is contained in:
parent
d9e85dbc9f
commit
9a1d1033e7
@ -94,6 +94,7 @@ include_directories(
|
||||
${GLM_INCLUDE_DIRS}
|
||||
${OPENGL_INCLUDE_DIR}
|
||||
${BULLET_INCLUDE_DIRS}
|
||||
${OPENAL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
# External-internal dependencies
|
||||
|
@ -1,8 +1,9 @@
|
||||
#pragma once
|
||||
#ifndef _MADSTREAM_HPP_
|
||||
#define _MADSTREAM_HPP_
|
||||
#include <AL/al.h>
|
||||
#include <AL/alc.h>
|
||||
|
||||
#include "al.h"
|
||||
#include "alc.h"
|
||||
#include <fcntl.h>
|
||||
#include <mad.h>
|
||||
#include <stdint.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AL/al.h>
|
||||
#include <AL/alc.h>
|
||||
#include "al.h"
|
||||
#include "alc.h"
|
||||
#include <sndfile.h>
|
||||
|
||||
#include <map>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "audio/alCheck.hpp"
|
||||
|
||||
#include <AL/al.h>
|
||||
#include <AL/alc.h>
|
||||
#include "al.h"
|
||||
#include "alc.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user