You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	configure: icc: Drop nonsense adding of cpuflags to LDFLAGS
This fixes many icc warnings when not setting the CPU type.
This commit is contained in:
		
							
								
								
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -3716,8 +3716,6 @@ if enabled icc; then | ||||
|     # 11030: Warning unknown option --as-needed | ||||
|     # 10156: ignoring option '-export'; no argument required | ||||
|     check_ldflags -wd10156,11030 | ||||
|     # Allow to compile with optimizations | ||||
|     check_ldflags -march=$cpu | ||||
|     # icc 11.0 and 11.1 work with ebp_available, but don't pass the test | ||||
|     enable ebp_available | ||||
|     if enabled x86_32; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user