summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-10 04:41:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-10 04:46:20 +0100
commit4ac862f43c4e8eeff7f0225e873986331ddc0214 (patch)
tree9957f830145bac4a9ddd362610d1133509b83c19 /Makefile
parentb7bf93b9233878fd3bc77e5461a977c0c97e779a (diff)
Makefile: disable compiling avconv by default.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0af5c2c74..24fc455f46 100644
--- a/Makefile
+++ b/Makefile
@@ -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)