You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	common.mak: Less ugly version of the previous windres fix
Using subst here is a really ugly hack Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							0cde2ae3f1
						
					
				
				
					commit
					a12f679a5d
				
			| @@ -61,7 +61,7 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC) | ||||
| 	$(COMPILE_HOSTC) | ||||
|  | ||||
| %.o: %.rc | ||||
| 	$(WINDRES) $(IFLAGS) --preprocessor "$(subst @,,$(DEPCC)) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $< | ||||
| 	$(WINDRES) $(IFLAGS) --preprocessor "$(DEPWINDRES) -E -xc-header -DRC_INVOKED $(CC_DEPFLAGS)" -o $@ $< | ||||
|  | ||||
| %.i: %.c | ||||
| 	$(CC) $(CCFLAGS) $(CC_E) $< | ||||
|   | ||||
		Reference in New Issue
	
	Block a user