[FFmpeg-cvslog] configure: prefer "resampling" in the libswresample pkg-config description
Stefano Sabatini
git at videolan.org
Sun Nov 25 15:05:44 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Nov 25 00:35:04 2012 +0100| [be2c0bc9497484632eff9267e9a3c85cae212dc9] | committer: Stefano Sabatini
configure: prefer "resampling" in the libswresample pkg-config description
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be2c0bc9497484632eff9267e9a3c85cae212dc9
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index cbac754..a4d2d69 100755
--- a/configure
+++ b/configure
@@ -4498,7 +4498,7 @@ pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VE
pkgconfig_generate libpostproc "FFmpeg postprocessing library" "$LIBPOSTPROC_VERSION" "" "libavutil = $LIBAVUTIL_VERSION"
pkgconfig_generate libavresample "Libav audio resampling library" "$LIBAVRESAMPLE_VERSION" "$extralibs" "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"
+pkgconfig_generate libswresample "FFmpeg audio resampling library" "$LIBSWRESAMPLE_VERSION" "$LIBM" "libavutil = $LIBAVUTIL_VERSION"
fix_ffmpeg_remote(){
git_remote_from=$1
More information about the ffmpeg-cvslog
mailing list