configure: add missing dependency for the remuxing example

pull/55/head
Stefano Sabatini 11 years ago
parent 9651239f67
commit 37baa2af43
  1. 1
      configure

1
configure vendored

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

Loading…
Cancel
Save