From 2a2889e130fee6d3c11e506328388afb317626ed Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 5 Jan 2017 17:02:31 +0100 Subject: build: Remove stray duplicate conditional variable declaration --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9f5f9a8e9..d480ea5c37 100644 --- a/Makefile +++ b/Makefile @@ -121,8 +121,6 @@ all: $(AVPROGS) $(TOOLS): %$(EXESUF): %.o $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(EXTRALIBS) $(ELIBS) -tools/cws2fws$(EXESUF): ELIBS = $(ZLIB) - CONFIGURABLE_COMPONENTS = \ $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c)) \ $(SRC_PATH)/libavcodec/bitstream_filters.c \ -- cgit v1.2.3