summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-24 21:55:47 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-25 22:46:37 +0100
commitdef678956a19767e4ef714c8f4d43dd96f4ce967 (patch)
tree9573f6158eafceded136c1ff718004126bf7cd10 /configure
parent1285baaab550e3e761590ef6dfb1d9bd9d1332e4 (diff)
Remove avconv
All features have been merged into ffmpeg. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 03753beb16..07d473e861 100755
--- a/configure
+++ b/configure
@@ -81,7 +81,6 @@ Configuration options:
and binaries will be unredistributable [no]
--disable-doc do not build documentation
--disable-ffmpeg disable ffmpeg build
- --enable-avconv enable avconv build
--disable-ffplay disable ffplay build
--disable-ffprobe disable ffprobe build
--disable-ffserver disable ffserver build
@@ -997,7 +996,6 @@ PROGRAM_LIST="
CONFIG_LIST="
$COMPONENT_LIST
$PROGRAM_LIST
- avconv
avplay
avprobe
avserver
@@ -1673,7 +1671,6 @@ avformat_deps="avcodec"
postproc_deps="gpl"
# programs
-avconv_deps="avcodec avformat swscale"
ffplay_deps="avcodec avformat swscale sdl"
ffplay_select="buffersink_filter rdft"
ffprobe_deps="avcodec avformat"