summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-30 14:19:14 +0100
committerClément Bœsch <ubitux@gmail.com>2012-11-30 14:19:14 +0100
commit8119d8b01f8391f11c447802782e9017ad419d99 (patch)
tree141a42f15fd03968519f825126441bc452d13cda /configure
parentd4c59f77b683bd3843df34c07b1c9a0241ba882c (diff)
configure: add lavfi avr dep to .pc when required.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a7990f5dd3..6260941189 100755
--- 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,"