[FFmpeg-cvslog] configure: swr pkgconfig
Michael Niedermayer
git at videolan.org
Mon Sep 19 07:34:10 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Sep 19 07:32:38 2011 +0200| [a5f8aace8921bcfcaf1772d4ab227e687b41ae54] | committer: Michael Niedermayer
configure: swr pkgconfig
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5f8aace8921bcfcaf1772d4ab227e687b41ae54
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index c443d93..8488b64 100755
--- a/configure
+++ b/configure
@@ -3614,3 +3614,4 @@ pkgconfig_generate libavdevice "FFmpeg device handling library" "$LIBAVDEVICE_VE
pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "$extralibs"
pkgconfig_generate libpostproc "FFmpeg postprocessing library" "$LIBPOSTPROC_VERSION" "" "libavutil = $LIBAVUTIL_VERSION"
pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "$LIBM" "libavutil = $LIBAVUTIL_VERSION"
+pkgconfig_generate libswresample "FFmpeg audio rescaling library" "$LIBSWRESAMPLE_VERSION" "$LIBM" "libavutil = $LIBAVUTIL_VERSION"
More information about the ffmpeg-cvslog
mailing list