diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-26 19:04:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-09 19:56:24 +0200 |
commit | 9e12f0bf5f45361a36f9d8c3abca24af55ca740c (patch) | |
tree | 4fa2742f76b9dbe0c533d87f411b862c537cd883 /configure | |
parent | 266463daff7bbd4c3a8a26ff11b1131df0fd5520 (diff) | |
download | ffmpeg-9e12f0bf5f45361a36f9d8c3abca24af55ca740c.tar.gz |
Rename ffprobe to avprobe.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -82,7 +82,7 @@ Configuration options: --disable-doc do not build documentation --disable-ffmpeg disable ffmpeg build --disable-avplay disable avplay build - --disable-ffprobe disable ffprobe build + --disable-avprobe disable avprobe build --disable-ffserver disable ffserver build --disable-avdevice disable libavdevice build --disable-avcodec disable libavcodec build @@ -914,7 +914,7 @@ CONFIG_LIST=" fastdiv ffmpeg avplay - ffprobe + avprobe ffserver fft frei0r @@ -1491,7 +1491,7 @@ ffmpeg_deps="avcodec avformat swscale" ffmpeg_select="buffer_filter" avplay_deps="avcodec avformat swscale sdl" avplay_select="rdft" -ffprobe_deps="avcodec avformat" +avprobe_deps="avcodec avformat" ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer" ffserver_extralibs='$ldl' @@ -1636,7 +1636,7 @@ enable doc enable fastdiv enable ffmpeg enable avplay -enable ffprobe +enable avprobe enable ffserver enable network enable optimizations |