summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-07 19:56:21 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-07 19:56:21 +0000
commit5add54b4f92dfdfcf205eb2e4272e01b42867ebe (patch)
tree66dd8d9c3ecc4fecb8e39a131dcfec15afabe523
parent3cac2f13019f017afae7f5a1fcef21c540ac2e55 (diff)
cosmetics: fix indentation
Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"