Author: dreimer
Date: Tue Mar 17 18:08:06 2015
New Revision: 66759
URL: http://svn.reactos.org/svn/reactos?rev=66759&view=rev
Log:
[WDMAUD.DRV]
Hack around a ASSERT which can be cont'ed and makes using VLC a mess from time to time.
Modified:
branches/ReactOS-0.3.17-CLT2015/reactos/dll/win32/wdmaud.drv/legacy.c
Modified: branches/ReactOS-0.3.17-CLT2015/reactos/dll/win32/wdmaud.drv/legacy.c
URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-CLT2015/reactos/…
==============================================================================
--- branches/ReactOS-0.3.17-CLT2015/reactos/dll/win32/wdmaud.drv/legacy.c [iso-8859-1] (original)
+++ branches/ReactOS-0.3.17-CLT2015/reactos/dll/win32/wdmaud.drv/legacy.c [iso-8859-1] Tue Mar 17 18:08:06 2015
@@ -896,7 +896,7 @@
SND_TRACE(L"uMsg %x Flags %x\n", uMsg, Flags);
Result = GetSoundDeviceInstanceHandle(SoundDeviceInstance, &Handle);
- SND_ASSERT( Result == MMSYSERR_NOERROR );
+ // SND_ASSERT( Result == MMSYSERR_NOERROR );
ZeroMemory(&DeviceInfo, sizeof(WDMAUD_DEVICE_INFO));
DeviceInfo.hDevice = Handle;
Author: dreimer
Date: Tue Mar 17 18:06:57 2015
New Revision: 66758
URL: http://svn.reactos.org/svn/reactos?rev=66758&view=rev
Log:
[CMAKE]
Enable NSWPAT to build dxtn.dll for DX compression. We have no problem in Germany with that.
Modified:
branches/ReactOS-0.3.17-CLT2015/reactos/cmake/config.cmake
Modified: branches/ReactOS-0.3.17-CLT2015/reactos/cmake/config.cmake
URL: http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-CLT2015/reactos/…
==============================================================================
--- branches/ReactOS-0.3.17-CLT2015/reactos/cmake/config.cmake [iso-8859-1] (original)
+++ branches/ReactOS-0.3.17-CLT2015/reactos/cmake/config.cmake [iso-8859-1] Tue Mar 17 18:06:57 2015
@@ -58,7 +58,7 @@
"Whether to compile support for ELF files.
Do not enable unless you know what you're doing.")
-set(NSWPAT FALSE CACHE BOOL
+set(NSWPAT TRUE CACHE BOOL
"Whether to build apps/libs with features covered by software patents.
If you live in a country where software patents are valid/apply, don't
enable this (except they/you purchased a license from the patent owner).