Commit b5b4b15b authored by diego's avatar diego

whitespace cosmetics


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15429 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5078e3e9
...@@ -1381,7 +1381,7 @@ disabled static && LIBNAME="" ...@@ -1381,7 +1381,7 @@ disabled static && LIBNAME=""
if enabled_any libfaad libfaadbin ; then if enabled_any libfaad libfaadbin ; then
if check_header faad.h; then if check_header faad.h; then
check_cc << EOF check_cc <<EOF
#include <faad.h> #include <faad.h>
#ifndef FAAD2_VERSION #ifndef FAAD2_VERSION
ok faad1 ok faad1
...@@ -2158,7 +2158,7 @@ echo "BUILD_ROOT=\"$PWD\"" >> config.mak ...@@ -2158,7 +2158,7 @@ echo "BUILD_ROOT=\"$PWD\"" >> config.mak
# Apparently it's not possible to portably echo a backslash. # Apparently it's not possible to portably echo a backslash.
enabled asmalign_pot && enabled asmalign_pot &&
printf '#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\\n\\t"\n' >> $TMPH || 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 echo "#define EXTERN_PREFIX \"${extern_prefix}\"" >> $TMPH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment