cosmetics: fix indentation
authorDiego Biurrun <diego@biurrun.de>
Sat, 7 Mar 2009 19:56:21 +0000 (19:56 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 7 Mar 2009 19:56:21 +0000 (19:56 +0000)
Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 4abedc78114b44a048ffe88d2e8e4295489a37f9..107ed069f3bf825cc95a89240763c2867fc1cb98 100755 (executable)
--- 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"