Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-18 16:35:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-18 16:35:15 +0400
commit0c79a3d9cb0c7a7acef30b7c01e9337ba91a4a81 (patch)
tree44cedc0449c8fd89f6915a2c26df52d59787c335 /configure
parentd0a503c97cc59b17e77585a726448dfa46245f4d (diff)
parent7a9e65aceee678ee2677480579cb3b2208474140 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32 lavr: fix the decision for writing directly to the output buffer parisc: work around bug in gcc 4.3 and later Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 3318cf4fef..03d21562fa 100755
--- a/configure
+++ b/configure
@@ -3414,6 +3414,14 @@ elif enabled mips; then
enabled mipsfpu && add_cflags "-mhard-float" && add_asflags "-mhard-float" &&
check_inline_asm mipsfpu '"madd.d $f0, $f2, $f4, $f6"'
+elif enabled parisc; then
+
+ if enabled gcc; then
+ case $($cc -dumpversion) in
+ 4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;;
+ esac
+ fi
+
elif enabled ppc; then
enable local_aligned_8 local_aligned_16