diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-26 17:51:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-09 19:56:21 +0200 |
commit | 266463daff7bbd4c3a8a26ff11b1131df0fd5520 (patch) | |
tree | b7f190b7a5fe4fae5e392372f599624c5450cfee /configure | |
parent | 7351eb14151602fa924ab3d5e374b7d60f32aff9 (diff) | |
download | ffmpeg-266463daff7bbd4c3a8a26ff11b1131df0fd5520.tar.gz |
Rename ffplay to avplay.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -81,7 +81,7 @@ Configuration options: and binaries will be unredistributable [no] --disable-doc do not build documentation --disable-ffmpeg disable ffmpeg build - --disable-ffplay disable ffplay build + --disable-avplay disable avplay build --disable-ffprobe disable ffprobe build --disable-ffserver disable ffserver build --disable-avdevice disable libavdevice build @@ -913,7 +913,7 @@ CONFIG_LIST=" dxva2 fastdiv ffmpeg - ffplay + avplay ffprobe ffserver fft @@ -1489,8 +1489,8 @@ postproc_deps="gpl" # programs ffmpeg_deps="avcodec avformat swscale" ffmpeg_select="buffer_filter" -ffplay_deps="avcodec avformat swscale sdl" -ffplay_select="rdft" +avplay_deps="avcodec avformat swscale sdl" +avplay_select="rdft" ffprobe_deps="avcodec avformat" ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer" ffserver_extralibs='$ldl' @@ -1635,7 +1635,7 @@ enable debug enable doc enable fastdiv enable ffmpeg -enable ffplay +enable avplay enable ffprobe enable ffserver enable network |