mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Adjust OpenAL include paths to proper include paths
We add the subdirectory AL to the include paths, so our includes should be relative to that. Presumably it would previously work with the wrong paths because some other library would be there.
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
#include <OpenAL-Soft/al.h>
|
||||
#endif
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
#include <AL/alext.h>
|
||||
#include <alc.h>
|
||||
#include <al.h>
|
||||
#include <alext.h>
|
||||
#endif
|
||||
|
||||
namespace love
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
#include <OpenAL-Soft/alext.h>
|
||||
#endif
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
#include <AL/alext.h>
|
||||
#include <alc.h>
|
||||
#include <al.h>
|
||||
#include <alext.h>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
#include <OpenAL-Soft/alext.h>
|
||||
#endif
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
#include <AL/alext.h>
|
||||
#include <alc.h>
|
||||
#include <al.h>
|
||||
#include <alext.h>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -46,9 +46,9 @@
|
||||
#include <OpenAL-Soft/alext.h>
|
||||
#endif
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
#include <AL/alext.h>
|
||||
#include <alc.h>
|
||||
#include <al.h>
|
||||
#include <alext.h>
|
||||
#endif
|
||||
|
||||
namespace love
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
#include <OpenAL-Soft/al.h>
|
||||
#endif
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
#include <alc.h>
|
||||
#include <al.h>
|
||||
#endif
|
||||
|
||||
#include "audio/RecordingDevice.h"
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
#include <OpenAL-Soft/al.h>
|
||||
#endif
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
#include <alc.h>
|
||||
#include <al.h>
|
||||
#endif
|
||||
|
||||
namespace love
|
||||
|
||||
Reference in New Issue
Block a user