[FFmpeg-cvslog] build: Remove stray duplicate conditional variable declaration

Diego Biurrun git at videolan.org
Fri May 5 14:41:22 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jan  5 17:02:31 2017 +0100| [2a2889e130fee6d3c11e506328388afb317626ed] | committer: Diego Biurrun

build: Remove stray duplicate conditional variable declaration

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a2889e130fee6d3c11e506328388afb317626ed
---

 Makefile | 2 --
 1 file changed, 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                      \



More information about the ffmpeg-cvslog mailing list