summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-01-05 17:02:31 +0100
committerDiego Biurrun <diego@biurrun.de>2017-01-12 10:55:09 +0100
commit2a2889e130fee6d3c11e506328388afb317626ed (patch)
tree972a2554a9fffe877a496618e0cf4c626e85f54b
parent89725a8512721fffd190021ded2d3f5b42e20e2a (diff)
build: Remove stray duplicate conditional variable declaration
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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 \