Commit e06d2dfc authored by Anton Khirnov's avatar Anton Khirnov

avconv: drop support for building without libavfilter.

Since the mandatory memcpy in vsrc_buffer has been eliminated, there
shouldn't be any significant reason to build without lavfi anymore.

This will make upcoming support for complex filtergraphs easier to do.
parent 439c3d5b
...@@ -15,6 +15,7 @@ version <next>: ...@@ -15,6 +15,7 @@ version <next>:
- XBM encoder - XBM encoder
- RealAudio Lossless decoder - RealAudio Lossless decoder
- ZeroCodec decoder - ZeroCodec decoder
- drop support for avconv without libavfilter
version 0.8: version 0.8:
......
This diff is collapsed.
...@@ -1539,7 +1539,7 @@ avdevice_deps="avcodec avformat" ...@@ -1539,7 +1539,7 @@ avdevice_deps="avcodec avformat"
avformat_deps="avcodec" avformat_deps="avcodec"
# programs # programs
avconv_deps="avcodec avformat swscale" avconv_deps="avcodec avfilter avformat swscale"
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