diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-07 19:56:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-07 19:56:21 +0000 |
commit | 5add54b4f92dfdfcf205eb2e4272e01b42867ebe (patch) | |
tree | 66dd8d9c3ecc4fecb8e39a131dcfec15afabe523 /configure | |
parent | 3cac2f13019f017afae7f5a1fcef21c540ac2e55 (diff) | |
download | ffmpeg-5add54b4f92dfdfcf205eb2e4272e01b42867ebe.tar.gz |
cosmetics: fix indentation
Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |