diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-01-05 17:02:31 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-01-12 10:55:09 +0100 |
commit | 2a2889e130fee6d3c11e506328388afb317626ed (patch) | |
tree | 972a2554a9fffe877a496618e0cf4c626e85f54b /Makefile | |
parent | 89725a8512721fffd190021ded2d3f5b42e20e2a (diff) | |
download | ffmpeg-streaming-2a2889e130fee6d3c11e506328388afb317626ed.zip ffmpeg-streaming-2a2889e130fee6d3c11e506328388afb317626ed.tar.gz |
build: Remove stray duplicate conditional variable declaration
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 \ |