Commit 4ac862f4 authored by Michael Niedermayer's avatar Michael Niedermayer

Makefile: disable compiling avconv by default.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b7bf93b9
......@@ -47,7 +47,7 @@ include $(SRC_PATH)/common.mak
FF_EXTRALIBS := $(FFEXTRALIBS)
FF_DEP_LIBS := $(DEP_LIBS)
all: $(PROGS)
all: $(filter-out avconv, $(PROGS))
$(PROGS): %$(EXESUF): %$(PROGSSUF)_g$(EXESUF)
$(CP) $< $@$(PROGSSUF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment