From 5add54b4f92dfdfcf205eb2e4272e01b42867ebe Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 7 Mar 2009 19:56:21 +0000 Subject: [PATCH] cosmetics: fix indentation Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4abedc7811..107ed069f3 100755 --- a/configure +++ b/configure @@ -2561,4 +2561,4 @@ enabled avfilter && pkgconfig_generate libavfilter "FFmpeg video filtering library" "$LIBAVFILTER_VERSION" "$extralibs" "libavutil = $LIBAVUTIL_VERSION" enabled postproc && pkgconfig_generate libpostproc "FFmpeg post processing library" "$LIBPOSTPROC_VERSION" - pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION" +pkgconfig_generate libswscale "FFmpeg image rescaling library" "$LIBSWSCALE_VERSION" "" "libavutil = $LIBAVUTIL_VERSION"