mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
build: make examples build normally
The link target was missing $(EXAMPLES)
This commit is contained in:
parent
1f6f58d585
commit
8a54bfe83f
@ -34,7 +34,7 @@ install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static
|
|||||||
install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
|
install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
|
||||||
|
|
||||||
define RULES
|
define RULES
|
||||||
$(TESTPROGS) $(TOOLS): %$(EXESUF): %.o
|
$(EXAMPLES) $(TESTPROGS) $(TOOLS): %$(EXESUF): %.o
|
||||||
$$(LD) $(LDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) $$(ELIBS)
|
$$(LD) $(LDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) $$(ELIBS)
|
||||||
|
|
||||||
$(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR)
|
$(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR)
|
||||||
|
Loading…
Reference in New Issue
Block a user