[FFmpeg-cvslog] configure: Add support for Tilera processors

Derek Buitenhuis git at videolan.org
Wed Oct 17 16:00:16 CEST 2012


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Tue Oct 16 18:21:06 2012 +0000| [c75848cd4c0961f8cfa9dbbce6c8c12641aa5124] | committer: Derek Buitenhuis

configure: Add support for Tilera processors

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c75848cd4c0961f8cfa9dbbce6c8c12641aa5124
---

 configure |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 5240a7c..75468d9 100755
--- a/configure
+++ b/configure
@@ -1077,6 +1077,8 @@ ARCH_LIST='
     sh4
     sparc
     sparc64
+    tilegx
+    tilepro
     tomi
     x86
     x86_32
@@ -2520,6 +2522,9 @@ case "$arch" in
         arch="sparc"
         subarch="sparc64"
     ;;
+    tilegx|tile-gx)
+        arch="tilegx"
+    ;;
     i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
         arch="x86"
     ;;



More information about the ffmpeg-cvslog mailing list