Module: libav Branch: master Commit: 2a2889e130fee6d3c11e506328388afb317626ed
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Jan 5 17:02:31 2017 +0100 build: Remove stray duplicate conditional variable declaration --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a9f5f9a..d480ea5 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 \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
