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.
tags/n2.5
Carl Eugen Hoyos
11 years ago
parent
ae4bb6c488
commit
f2ffaae9ac
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
@@ -4525,7 +4525,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