Skip to content
Snippets Groups Projects
Commit af21823a authored by Nicolas George's avatar Nicolas George
Browse files

lavfi: require libswr for af_pan.

parent 1fa88f34
Branches
Tags
No related merge requests found
...@@ -7,6 +7,7 @@ FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec ...@@ -7,6 +7,7 @@ FFLIBS-$(CONFIG_ACONVERT_FILTER) += avcodec
FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_AMOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec FFLIBS-$(CONFIG_ARESAMPLE_FILTER) += avcodec
FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_PAN_FILTER) += swresample
FFLIBS-$(CONFIG_SCALE_FILTER) += swscale FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
FFLIBS-$(CONFIG_MP_FILTER) += avcodec FFLIBS-$(CONFIG_MP_FILTER) += avcodec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment