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
Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.
tags/n2.3
Carl Eugen Hoyos
11 years ago
parent
fbb59a3bf4
commit
b67bcd784d
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
@@ -4279,7 +4279,7 @@ EOF
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
if enabled asm; then
if enabled asm
&& ! enabled_any ppc64 pic
; then
enabled arm && nogas=die
enabled_all ppc altivec && nogas=warn
as=${gas:=$as}
Write
Preview
Loading…
Cancel
Save