[FFmpeg-cvslog] configure: add lavfi avr dep to .pc when required.

Clément Bœsch git at videolan.org
Fri Nov 30 14:27:37 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Nov 30 14:19:14 2012 +0100| [8119d8b01f8391f11c447802782e9017ad419d99] | committer: Clément Bœsch

configure: add lavfi avr dep to .pc when required.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8119d8b01f8391f11c447802782e9017ad419d99
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index a7990f5..6260941 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,"



More information about the ffmpeg-cvslog mailing list