summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-21 11:43:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-21 11:43:01 +0000
commit336ce917e6e6adb10ee44945684c67cdea65e228 (patch)
treeb28d596126f0a4eb6263e098c194881f3edbdfb7 /configure
parentf05ef45c8f936907d0cad71d80c423ebe75d4738 (diff)
Add FFprobe tool.
This is a simplified / cleaned-up version of the SourceForge program: http://sourceforge.net/projects/ffprobe/ Syntax / features may be different, in particular the options -show_packets and -show_frames are not yet supported in this version. Originally committed as revision 21936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7d4c612c46..5f639331f3 100755
--- a/configure
+++ b/configure
@@ -82,6 +82,7 @@ Configuration options:
--disable-doc do not build documentation
--disable-ffmpeg disable ffmpeg build
--disable-ffplay disable ffplay build
+ --disable-ffprobe disable ffprobe build
--disable-ffserver disable ffserver build
--disable-avdevice disable libavdevice build
--disable-avcodec disable libavcodec build
@@ -890,6 +891,7 @@ CONFIG_LIST="
fastdiv
ffmpeg
ffplay
+ ffprobe
ffserver
fft
golomb
@@ -1398,6 +1400,7 @@ avformat_deps="avcodec"
ffmpeg_deps="avcodec avformat swscale"
ffplay_deps="avcodec avformat swscale sdl"
ffplay_select="rdft"
+ffprobe_deps="avcodec avformat"
ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl'
@@ -1449,6 +1452,7 @@ enable doc
enable fastdiv
enable ffmpeg
enable ffplay
+enable ffprobe
enable ffserver
enable mpegaudio_hp
enable network