[FFmpeg-cvslog] build: Disable avconv more completely while leaving the user the option to enable it

Michael Niedermayer git at videolan.org
Tue Dec 13 22:09:39 CET 2011


ffmpeg | branch: release/0.9 | Michael Niedermayer <michaelni at gmx.at> | Mon Dec 12 20:59:04 2011 +0100| [849ee7ee8246c401d07cb5996b4b350ce17f0824] | committer: Michael Niedermayer

build: Disable avconv more completely while leaving the user the option to enable it

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit c83ef636a665b2e17f1b6745a98ec7a5719264df)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 Makefile  |    2 +-
 configure |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 24fc455..c0af5c2 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ include $(SRC_PATH)/common.mak
 FF_EXTRALIBS := $(FFEXTRALIBS)
 FF_DEP_LIBS  := $(DEP_LIBS)
 
-all: $(filter-out avconv, $(PROGS))
+all: $(PROGS)
 
 $(PROGS): %$(EXESUF): %$(PROGSSUF)_g$(EXESUF)
 	$(CP) $< $@$(PROGSSUF)
diff --git a/configure b/configure
index cc7ba53..50b5c3a 100755
--- a/configure
+++ b/configure
@@ -81,7 +81,7 @@ Configuration options:
                            and binaries will be unredistributable [no]
   --disable-doc            do not build documentation
   --disable-ffmpeg         disable ffmpeg build
-  --disable-avconv         disable avconv build
+  --enable-avconv          enable  avconv build
   --disable-ffplay         disable ffplay build
   --disable-ffprobe        disable ffprobe build
   --disable-ffserver       disable ffserver build
@@ -1799,7 +1799,6 @@ enable debug
 enable doc
 enable fastdiv
 enable ffmpeg
-enable avconv
 enable ffplay
 enable ffprobe
 enable ffserver



More information about the ffmpeg-cvslog mailing list