configure: add missing dependency for the remuxing example

This commit is contained in:
Stefano Sabatini 2014-01-26 18:30:37 +01:00
parent 9651239f67
commit 37baa2af43

1
configure vendored
View File

@ -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"