mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	codecs/ilbc: Compile in Solaris 11.
The symbol FS is the sampling frequency. That symbol is not used in Asterisk at all and was a copy-and-paste of the iLBC reference code from the IETF RFC. However, in Solaris, that symbol is defined by another header already. To compile in Solaris, that symbol has to go. Change-Id: I91ddbe5be7c00069c3a25abd5f58d7b2f04c51b1
This commit is contained in:
		| @@ -16,7 +16,6 @@ | ||||
|  | ||||
|    /* general codec settings */ | ||||
|  | ||||
|    #define FS                      (float)8000.0 | ||||
|    #define BLOCKL_20MS             160 | ||||
|    #define BLOCKL_30MS             240 | ||||
|    #define BLOCKL_MAX              240 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user