]> git.sesse.net Git - ffmpeg/commitdiff
configure: add lavfi avr dep to .pc when required.
authorClément Bœsch <ubitux@gmail.com>
Fri, 30 Nov 2012 13:19:14 +0000 (14:19 +0100)
committerClément Bœsch <ubitux@gmail.com>
Fri, 30 Nov 2012 13:19:14 +0000 (14:19 +0100)
configure

index a7990f5dd3209ce5fc7bb915313aafa0de96975e..62609411896bc7e619b4fb4a13dca333b2d56e20 100755 (executable)
--- a/configure
+++ b/configure
@@ -4481,6 +4481,7 @@ EOF
 libavfilter_pc_deps="libavutil = $LIBAVUTIL_VERSION"
 enabled libavfilter_deps_avcodec    && prepend libavfilter_pc_deps "libavcodec = $LIBAVCODEC_VERSION,"
 enabled libavfilter_deps_avformat   && prepend libavfilter_pc_deps "libavformat = $LIBAVFORMAT_VERSION,"
+enabled libavfilter_deps_avresample && prepend libavfilter_pc_deps "libavresample = $LIBAVRESAMPLE_VERSION,"
 enabled libavfilter_deps_swscale    && prepend libavfilter_pc_deps "libswscale = $LIBSWSCALE_VERSION,"
 enabled libavfilter_deps_swresample && prepend libavfilter_pc_deps "libswresample = $LIBSWRESAMPLE_VERSION,"
 enabled libavfilter_deps_postproc   && prepend libavfilter_pc_deps "libpostproc = $LIBPOSTPROC_VERSION,"