[FFmpeg-cvslog] configure: add missing dependency for the remuxing example

Stefano Sabatini git at videolan.org
Sun Jan 26 18:33:38 CET 2014


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jan 26 18:30:37 2014 +0100| [37baa2af43a052803fad7dc57a6b5b3449645670] | committer: Stefano Sabatini

configure: add missing dependency for the remuxing example

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

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 1a91e02..4c64906 100755
--- a/configure
+++ b/configure
@@ -2388,6 +2388,7 @@ filtering_audio_example_deps="avfilter avcodec avformat avutil"
 filtering_video_example_deps="avfilter avcodec avformat avutil"
 metadata_example_deps="avformat avutil"
 muxing_example_deps="avcodec avformat avutil swscale"
+remuxing_example_deps="avcodec avformat avutil"
 resampling_audio_example_deps="avutil swresample"
 scaling_video_example_deps="avutil swscale"
 transcode_aac_example_deps="avcodec avformat swresample"



More information about the ffmpeg-cvslog mailing list