Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 8c1a96618c5f76e0d4006fa5d8b85d82 > files > 3

blender-2.45-2.1mdv2008.0.src.rpm

--- blender/intern/SoundSystem/openal/SND_OpenALDevice.cpp	2006-01-06 22:14:36.000000000 -0200
+++ blender/intern/SoundSystem/openal/SND_OpenALDevice.cpp.new	2006-05-11 10:12:52.000000000 -0300
@@ -432,7 +432,7 @@
 #ifdef AL_VERSION_1_1					
 					alutLoadWAVMemory((ALbyte*)memlocation, &sampleformat, &data, &numberofsamples, &samplerate, &loop);//	openal_2.14+
 #else
-					 alutLoadWAVMemory((signed char*)memlocation, &sampleformat, &data, &numberofsamples, &samplerate, &loop);//  openal_2.14+
+					 alutLoadWAVMemory((ALbyte*)memlocation, &sampleformat, &data, &numberofsamples, &samplerate, &loop);//  openal_2.14+
 					 
 #endif 
 #endif