diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-13 11:35:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-13 11:35:08 +0000 |
commit | 61597a981fe7480db799144a8d98707138e3689d (patch) | |
tree | 92f9a80014c50c620fc86c5534b36b8ff1326818 /configure | |
parent | 537db58b6c514961b466f73065376d84d1d0bca4 (diff) | |
download | ffmpeg-61597a981fe7480db799144a8d98707138e3689d.tar.gz |
Add alternative names for sh4 and parisc architectures.
Taken from the OpenBSD ports tree.
Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1332,13 +1332,13 @@ EOF sparc) arch="sparc" ;; - sh4) + sh4|sh) arch="sh4" ;; - parisc) + parisc|hppa) arch="parisc" ;; - parisc64) + parisc64|hppa64) arch="parisc" enable fast_64bit ;; |