Commit e9efae8d authored by mru's avatar mru

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9352 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aff97402
...@@ -1490,9 +1490,9 @@ if enabled altivec; then ...@@ -1490,9 +1490,9 @@ if enabled altivec; then
add_cflags "-maltivec -mabi=altivec" add_cflags "-maltivec -mabi=altivec"
fi fi
check_header altivec.h check_header altivec.h
# check if our compiler supports Motorola AltiVec C API # check if our compiler supports Motorola AltiVec C API
if enabled altivec_h; then if enabled altivec_h; then
inc_altivec_h="#include <altivec.h>" inc_altivec_h="#include <altivec.h>"
else else
...@@ -1510,9 +1510,9 @@ fi ...@@ -1510,9 +1510,9 @@ fi
# check armv5te instructions support # check armv5te instructions support
enabled armv5te && check_cc <<EOF || disable armv5te enabled armv5te && check_cc <<EOF || disable armv5te
int main(void) { int main(void) {
__asm__ __volatile__ ("qadd r0, r0, r0"); __asm__ __volatile__ ("qadd r0, r0, r0");
} }
EOF EOF
enabled armv6 && check_cc <<EOF || disable armv6 enabled armv6 && check_cc <<EOF || disable armv6
...@@ -1523,9 +1523,9 @@ EOF ...@@ -1523,9 +1523,9 @@ EOF
# check iwmmxt support # check iwmmxt support
enabled iwmmxt && check_cc <<EOF || disable iwmmxt enabled iwmmxt && check_cc <<EOF || disable iwmmxt
int main(void) { int main(void) {
__asm__ __volatile__ ("wunpckelub wr6, wr4"); __asm__ __volatile__ ("wunpckelub wr6, wr4");
} }
EOF EOF
# check if our compiler supports mmi # check if our compiler supports mmi
......
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