mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra_android: Bundle speex by default (#6348)
Without this, builds will fail on linux
This commit is contained in:
		
							parent
							
								
									aa8df317af
								
							
						
					
					
						commit
						49acfe428a
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -107,7 +107,8 @@ android { | |||
|                 arguments "-DENABLE_QT=0", // Don't use QT | ||||
|                         "-DENABLE_SDL2=0", // Don't use SDL | ||||
|                         "-DENABLE_WEB_SERVICE=0", // Don't use telemetry | ||||
|                         "-DANDROID_ARM_NEON=true" // cryptopp requires Neon to work | ||||
|                         "-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work | ||||
|                         "-DBUNDLE_SPEEX=ON" | ||||
| 
 | ||||
|                 abiFilters abiFilter | ||||
|             } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue