mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add two missed files in previous commit
This commit is contained in:
parent
df6ed56667
commit
3499efe014
2 changed files with 4 additions and 9 deletions
|
|
@ -1111,7 +1111,7 @@ echo "Building OpenAL Soft"
|
|||
mkdir -p openal-soft
|
||||
cd openal-soft
|
||||
|
||||
if [ $force_rebuild = "true" ] || [ ! -e .already-built ] || [ "$(cat .already-built)" != "$OPENAL_SOFT_VERSION+1" ]; then
|
||||
if [ $force_rebuild = "true" ] || [ ! -e .already-built ] || [ "$(cat .already-built)" != "$OPENAL_SOFT_VERSION" ]; then
|
||||
INSTALL_DIR="$(pwd)"
|
||||
|
||||
rm -f .already-built
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2010 Wildfire Games.
|
||||
/* Copyright (C) 2024 Wildfire Games.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
@ -27,13 +27,8 @@
|
|||
#ifndef INCLUDED_OPENAL
|
||||
#define INCLUDED_OPENAL
|
||||
|
||||
#if OS_MACOSX
|
||||
# include <OpenAL/al.h>
|
||||
# include <OpenAL/alc.h>
|
||||
#else
|
||||
# include <AL/al.h>
|
||||
# include <AL/alc.h>
|
||||
#endif
|
||||
#include <AL/al.h>
|
||||
#include <AL/alc.h>
|
||||
|
||||
// ALC strings (e.g. device and extension names) are typed differently
|
||||
// between OpenAL specifications
|
||||
|
|
|
|||
Loading…
Reference in a new issue