EXTRALIBS contains general and platform-specific extra libraries that should be part of all linker commands. ---
This fixes linking the TOOLS on Symbian. Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0cf1e3..f3d3f80 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ FF_STATIC_DEP_LIBS := $(STATIC_DEP_LIBS) all: $(AVPROGS) alltools checkheaders examples testprogs $(TOOLS): %$(EXESUF): %.o - $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS) + $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(EXTRALIBS) $(ELIBS) tools/cws2fws$(EXESUF): ELIBS = $(ZLIB) -- 2.1.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
