summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.h
diff options
context:
space:
mode:
authorRay <[email protected]>2019-03-12 11:54:45 +0100
committerRay <[email protected]>2019-03-12 11:54:45 +0100
commit76e968f6b7b211ed056f5ffe97d13086f58a661a (patch)
tree20b8b1b005067551b4265b6c10b5761be908041b /src/raudio.h
parent2f97a3f83531867511f65f2b2ed894706cfb2e06 (diff)
downloadraylib-76e968f6b7b211ed056f5ffe97d13086f58a661a.tar.gz
raylib-76e968f6b7b211ed056f5ffe97d13086f58a661a.zip
Updated audio library: mini_al -> miniaudio
Diffstat (limited to 'src/raudio.h')
-rw-r--r--src/raudio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h
index f9c22ff2..f98d68ff 100644
--- a/src/raudio.h
+++ b/src/raudio.h
@@ -11,7 +11,7 @@
* - Manage raw audio context
*
* DEPENDENCIES:
-* mini_al.h - Audio device management lib (https://github.com/dr-soft/mini_al)
+* miniaudio.h - Audio device management lib (https://github.com/dr-soft/miniaudio)
* stb_vorbis.h - Ogg audio files loading (http://www.nothings.org/stb_vorbis/)
* dr_mp3.h - MP3 audio file loading (https://github.com/mackron/dr_libs)
* dr_flac.h - FLAC audio file loading (https://github.com/mackron/dr_libs)