You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	build: make examples build normally
The link target was missing $(EXAMPLES)
This commit is contained in:
		| @@ -34,7 +34,7 @@ install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static | ||||
| install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared | ||||
|  | ||||
| define RULES | ||||
| $(TESTPROGS) $(TOOLS): %$(EXESUF): %.o | ||||
| $(EXAMPLES) $(TESTPROGS) $(TOOLS): %$(EXESUF): %.o | ||||
| 	$$(LD) $(LDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) $$(ELIBS) | ||||
|  | ||||
| $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user