build: Remove stray duplicate conditional variable declaration

pull/202/merge
Diego Biurrun 8 years ago
parent 89725a8512
commit 2a2889e130
  1. 2
      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 \

Loading…
Cancel
Save