diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-09-26 19:35:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-09-26 19:35:17 +0000 |
commit | 295b8c7025d398e60942b6b0b83aad74033b66e6 (patch) | |
tree | 9e4266b6cdbe5bacdba41f808db18f28c086e1fe /configure | |
parent | d552d04dc95322c082fa6889da421220cbad9bbb (diff) | |
download | ffmpeg-295b8c7025d398e60942b6b0b83aad74033b66e6.tar.gz |
whitespace cosmetics
Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1381,7 +1381,7 @@ disabled static && LIBNAME="" if enabled_any libfaad libfaadbin ; then if check_header faad.h; then - check_cc << EOF + check_cc <<EOF #include <faad.h> #ifndef FAAD2_VERSION ok faad1 @@ -2158,7 +2158,7 @@ echo "BUILD_ROOT=\"$PWD\"" >> config.mak # Apparently it's not possible to portably echo a backslash. enabled asmalign_pot && printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH || - printf '#define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\\n\\t"\n' >> $TMPH + printf '#define ASMALIGN(ZEROBITS) ".align 1 << " #ZEROBITS "\\n\\t"\n' >> $TMPH echo "#define EXTERN_PREFIX \"${extern_prefix}\"" >> $TMPH |