From 802d94c36edcd05b53a56ee359d9559cc4e11597 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 13 Apr 2017 21:03:41 -0300 Subject: build: fix tools build dependencies Found-by: Michael Niedermayer Signed-off-by: James Almer --- tools/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index f8e1434f29..49f55d2a9e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,10 +1,6 @@ TOOLS = qt-faststart trasher uncoded_frame TOOLS-$(CONFIG_ZLIB) += cws2fws -tools/cws2fws$(EXESUF): ELIBS = $(ZLIB) -tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS) -tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS) - OBJDIRS += tools clean:: -- cgit v1.2.3