[x264-devel] [PATCH] recognize uclinux targets

Mike Frysinger vapier at gentoo.org
Fri May 8 09:37:52 CEST 2009


Toolchains that output FLAT by default (no-mmu Linux) typically have the
os field of the toolchain tuple set to "uclinux".  Since this is just the
Linux kernel, the x264 script needs to respect it as such.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index f4b5344..bda1137 100755
--- a/configure
+++ b/configure
@@ -202,7 +202,7 @@ case $host_os in
     CFLAGS="$CFLAGS -I/usr/X11R6/include"
     LDFLAGS="$LDFLAGS -lm"
     ;;
-  linux*)
+  linux*|uclinux*)
     SYS="LINUX"
     CFLAGS="$CFLAGS -DHAVE_MALLOC_H"
     LDFLAGS="$LDFLAGS -lm"
-- 
1.6.2.3



More information about the x264-devel mailing list