Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
fd73b6e5
Commit
fd73b6e5
authored
1 year ago
by
Ansariel
Committed by
akleshchev
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix builds using OpenAL
parent
35c0f1a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llaudio/llaudioengine_openal.h
+1
-1
1 addition, 1 deletion
indra/llaudio/llaudioengine_openal.h
with
1 addition
and
1 deletion
indra/llaudio/llaudioengine_openal.h
+
1
−
1
View file @
fd73b6e5
...
@@ -42,6 +42,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
...
@@ -42,6 +42,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
virtual
bool
init
(
void
*
user_data
,
const
std
::
string
&
app_title
);
virtual
bool
init
(
void
*
user_data
,
const
std
::
string
&
app_title
);
virtual
std
::
string
getDriverName
(
bool
verbose
);
virtual
std
::
string
getDriverName
(
bool
verbose
);
virtual
LLStreamingAudioInterface
*
createDefaultStreamingAudioImpl
()
const
{
return
nullptr
;
}
virtual
void
allocateListener
();
virtual
void
allocateListener
();
virtual
void
shutdown
();
virtual
void
shutdown
();
...
@@ -56,7 +57,6 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
...
@@ -56,7 +57,6 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
/*virtual*/
void
updateWind
(
LLVector3
direction
,
F32
camera_altitude
);
/*virtual*/
void
updateWind
(
LLVector3
direction
,
F32
camera_altitude
);
private
:
private
:
void
*
windDSP
(
void
*
newbuffer
,
int
length
);
typedef
S16
WIND_SAMPLE_T
;
typedef
S16
WIND_SAMPLE_T
;
LLWindGen
<
WIND_SAMPLE_T
>
*
mWindGen
;
LLWindGen
<
WIND_SAMPLE_T
>
*
mWindGen
;
S16
*
mWindBuf
;
S16
*
mWindBuf
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment