Commit 688bd733 authored by diego's avatar diego

Detect some more ARM CPU types.

Patch taken from the Debian package by Sam Hocevar.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9db59485
...@@ -366,8 +366,8 @@ case "$arch" in ...@@ -366,8 +366,8 @@ case "$arch" in
fi fi
fi fi
;; ;;
# armv4l is a subset of armv5tel # armv4l is a subset of armv[567]*l
arm|armv4l|armv5tel) arm|armv[4567]*l)
arch="armv4l" arch="armv4l"
;; ;;
alpha) alpha)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment