This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
Fixes fate on hppa. Found-by: Andreas Cadhalpun. (cherry picked from commit
f2ffaae9ac
)
tags/n2.4.4
Carl Eugen Hoyos
11 years ago
parent
a5cc8775cf
commit
9798dc8061
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -4500,7 +4500,7 @@ elif enabled parisc; then
if enabled gcc; then
case $($cc -dumpversion) in
4.[3-
8
].*) check_cflags -fno-optimize-sibling-calls ;;
4.[3-
9
].*) check_cflags -fno-optimize-sibling-calls ;;
esac
fi
Write
Preview
Loading…
Cancel
Save