diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-19 21:14:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-19 21:14:32 +0100 |
commit | 9da88d5e56a8969bbd9c08c1ed6fbf2c6e57ba67 (patch) | |
tree | c0693f7a15279c28ef310caa0725dbb490d5db27 /configure | |
parent | 2ef6c0fdf56903eae4bb945daa62128da2c7fa13 (diff) | |
parent | 606cc8afa1cb782311f68560c8f9bad978cdcc32 (diff) | |
download | ffmpeg-9da88d5e56a8969bbd9c08c1ed6fbf2c6e57ba67.tar.gz |
Merge commit '606cc8afa1cb782311f68560c8f9bad978cdcc32'
* commit '606cc8afa1cb782311f68560c8f9bad978cdcc32':
configure: ppc: Disable ldbrx instruction by default
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3590,6 +3590,8 @@ elif enabled mips; then elif enabled ppc; then + disable ldbrx + case $(tolower $cpu) in 601|ppc601|powerpc601) cpuflags="-mcpu=601" |