Commit d2ba1fb5 authored by Diego Biurrun's avatar Diego Biurrun

configure: fix typo in avconv dependency list

parent f913eeea
...@@ -1493,8 +1493,8 @@ postproc_deps="gpl" ...@@ -1493,8 +1493,8 @@ postproc_deps="gpl"
# programs # programs
ffmpeg_deps="avcodec avformat swscale" ffmpeg_deps="avcodec avformat swscale"
ffmpeg_select="buffer_filter" ffmpeg_select="buffer_filter"
av_deps="avcodec avformat swscale" avconv_deps="avcodec avformat swscale"
av_select="buffer_filter" avconv_select="buffer_filter"
avplay_deps="avcodec avformat swscale sdl" avplay_deps="avcodec avformat swscale sdl"
avplay_select="rdft" avplay_select="rdft"
avprobe_deps="avcodec avformat" avprobe_deps="avcodec avformat"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment