You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	x86: Makefile: fix DBG parameter evaluation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							c5c4ca6bc8
						
					
				
				
					commit
					2e5605f6fa
				
			| @@ -7,7 +7,7 @@ all: all-yes | ||||
|  | ||||
| DEFAULT_YASMD=.dbg | ||||
|  | ||||
| ifeq (1, DBG) | ||||
| ifeq ($(DBG),1) | ||||
| YASMD=$(DEFAULT_YASMD) | ||||
| else | ||||
| YASMD= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user