You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Makefile: check config_components.h when comparing timestamps in component list files
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -79,10 +79,10 @@ CONFIGURABLE_COMPONENTS =                                           \ | |||||||
|     $(SRC_PATH)/libavcodec/parsers.c                                \ |     $(SRC_PATH)/libavcodec/parsers.c                                \ | ||||||
|     $(SRC_PATH)/libavformat/protocols.c                             \ |     $(SRC_PATH)/libavformat/protocols.c                             \ | ||||||
|  |  | ||||||
| config.h: ffbuild/.config | config_components.h: ffbuild/.config | ||||||
| ffbuild/.config: $(CONFIGURABLE_COMPONENTS) | ffbuild/.config: $(CONFIGURABLE_COMPONENTS) | ||||||
| 	@-tput bold 2>/dev/null | 	@-tput bold 2>/dev/null | ||||||
| 	@-printf '\nWARNING: $(?) newer than config.h, rerun configure\n\n' | 	@-printf '\nWARNING: $(?) newer than config_components.h, rerun configure\n\n' | ||||||
| 	@-tput sgr0 2>/dev/null | 	@-tput sgr0 2>/dev/null | ||||||
|  |  | ||||||
| SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS               \ | SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS               \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user