Browse Source

lavfi: require libswr for af_pan.

tags/n0.10
Nicolas George 13 years ago
parent
commit
af21823ae0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/Makefile

+ 1
- 0
libavfilter/Makefile View File

@@ -7,6 +7,7 @@ FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_PAN_FILTER) += swresample
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
FFLIBS-$(CONFIG_MP_FILTER) += avcodec



Loading…
Cancel
Save