You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
FFT code only appears in libavcodec, so there is no need to reset the variable when the build templates are instantiated for other libraries.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -100,7 +100,7 @@ config.h: .config | ||||
| 	@-tput sgr0 2>/dev/null | ||||
|  | ||||
| SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \ | ||||
|                ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS-FFT YASM-OBJS    \ | ||||
|                ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS                  \ | ||||
|                HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS | ||||
|  | ||||
| define RESET | ||||
|   | ||||
		Reference in New Issue
	
	Block a user