Hi,After the last update to sound lib, win32/AudioDeviceManager.cpp fails to compile. The reason is it still has
Mutex AudioDeviceManager::_mutex; and uses Mutex::ScopedLock.
Changing it to RecursiveMutex AudioDeviceManager::_mutex;and the occurences of Mutex::ScopedLock to RecursiveMutex::ScopedLock fixes it.
Regards, Nikolay _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
