r2708 - trunk/libminisip/source/soundcard

erik at minisip.org erik at minisip.org
Fri Aug 18 12:38:37 CEST 2006


Author: erik
Date: 2006-08-18 12:38:35 +0200 (Fri, 18 Aug 2006)
New Revision: 2708

Modified:
   trunk/libminisip/source/soundcard/SoundDevice.cxx
Log:

 * W32 compile fix: broke W32 yesterday night when making it possible to
   remove OSS support on non-W32.



Modified: trunk/libminisip/source/soundcard/SoundDevice.cxx
===================================================================
--- trunk/libminisip/source/soundcard/SoundDevice.cxx	2006-08-17 22:51:31 UTC (rev 2707)
+++ trunk/libminisip/source/soundcard/SoundDevice.cxx	2006-08-18 10:38:35 UTC (rev 2708)
@@ -72,10 +72,6 @@
 	return NULL;
 #endif
 
-
-#ifndef SOUND_DEVICE_IMPLEMENTED
-#error Minisip does not have any audio I/O capabilities as the source is configured!
-#endif
 }
 
 SoundDevice::SoundDevice( string device ):openedRecord(false),openedPlayback(false){



More information about the Minisip-devel mailing list