mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	codec_ilbc: Disable system ilbc if version >= 3.0.0
Fedora 37 started shipping ilbc 3.0.4 which we don't yet support.
configure.ac now checks the system for "libilbc < 3" instead of
just "libilbc".  If true, the system version of ilbc will be used.
If not, the version included at codecs/ilbc will be used.
Resolves: #84
(cherry picked from commit bee37b7404)
			
			
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							f4b2a34cf6
						
					
				
				
					commit
					acf0b399cb
				
			| @@ -1743,7 +1743,7 @@ if test "${USE_ILBC}" != "no"; then | ||||
|       ILBC_INTERNAL="no" | ||||
|    fi | ||||
|    if test "${ILBC_SYSTEM}" = "yes"; then | ||||
|       AST_PKG_CONFIG_CHECK(ILBC, libilbc) | ||||
|       AST_PKG_CONFIG_CHECK(ILBC, libilbc < 3) | ||||
|       if test "$PBX_ILBC" = "1"; then | ||||
| 	 ILBC_INTERNAL="no" | ||||
|       fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user