Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
# 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