Index: trunk/src/sdl/sdl_audio.cc
===================================================================
--- trunk/src/sdl/sdl_audio.cc	(revision 453)
+++ trunk/src/sdl/sdl_audio.cc	(revision 454)
@@ -75,6 +75,6 @@
 			if ( relative != vec3() )
 			{
-				angle = math::degrees( -glm::orientedAngle( m_forward, glm::normalize( relative ), m_up ) );
-				distance = glm::clamp( 20.0f * glm::length( relative ), 0.0f, 255.0f );
+				angle = math::degrees( -math::oriented_angle( m_forward, math::normalize( relative ), m_up ) );
+				distance = math::clamp( 20.0f * math::length( relative ), 0.0f, 255.0f );
 			}
 			if ( angle < 0.0f ) angle += 360.0f;
