mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Add libyuv (#5623)
* Add libyuv * Only use libyuv on Android Co-authored-by: Marshall Mohror <mohror64@gmail.com>
This commit is contained in:
		
							parent
							
								
									64b502aad3
								
							
						
					
					
						commit
						1911c9791e
					
				
					 3 changed files with 11 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -129,3 +129,10 @@ endif() | |||
| 
 | ||||
| # lodepng | ||||
| add_subdirectory(lodepng) | ||||
| 
 | ||||
| # (xperia64): Only use libyuv on Android b/c of build issues on Windows and mandatory JPEG | ||||
| if(ANDROID) | ||||
|     # libyuv | ||||
|     add_subdirectory(libyuv) | ||||
|     target_include_directories(yuv INTERFACE ./libyuv/include) | ||||
| endif() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue