Add two missed files in previous commit

This commit is contained in:
Stan 2024-12-30 23:41:57 +01:00
parent df6ed56667
commit 3499efe014
No known key found for this signature in database
GPG key ID: 244943DFF8370D60
2 changed files with 4 additions and 9 deletions

View file

@ -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

View file

@ -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