mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
whitespace cosmetics
Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d552d04dc9
commit
295b8c7025
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user