mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	remove ENABLE_NASM and CMAKE_MODULE_PATH libavif cmake args
ENABLE_NASM=ON is unnecessary...it forces the use of nasm over yasm if both are available, but only nasm is installed in the wheel build environments. And CMAKE_MODULE_PATH was only necessary when we used pre-built rav1e binaries.
This commit is contained in:
		
							parent
							
								
									84485e1718
								
							
						
					
					
						commit
						ab55e543c8
					
				
							
								
								
									
										2
									
								
								.github/workflows/wheels-dependencies.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/wheels-dependencies.sh
									
									
									
									
										vendored
									
									
								
							|  | @ -149,8 +149,6 @@ function build_libavif { | |||
|             -DCONFIG_AV1_DECODER=0 \ | ||||
|             -DAVIF_CODEC_AOM_DECODE=OFF \ | ||||
|             -DAVIF_CODEC_DAV1D=LOCAL \ | ||||
|             -DENABLE_NASM=ON \ | ||||
|             -DCMAKE_MODULE_PATH=/tmp/cmake/Modules \ | ||||
|             . \ | ||||
|         && make install) | ||||
|     touch libavif-stamp | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user