[x264-devel] commit: configure check for uclinux (Mike Frysinger )
git version control
git at videolan.org
Thu Jun 11 10:30:16 CEST 2009
x264 | branch: master | Mike Frysinger <vapier at gentoo.org> | Thu Jun 11 08:29:27 2009 +0000| [6841c5e2407e60de92c46bc6c649cd2fc4a13d75] | committer: Loren Merritt
configure check for uclinux
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=6841c5e2407e60de92c46bc6c649cd2fc4a13d75
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 6e4a189..53198e8 100755
--- a/configure
+++ b/configure
@@ -202,7 +202,7 @@ case $host_os in
CFLAGS="$CFLAGS -I/usr/X11R6/include"
LDFLAGS="$LDFLAGS -lm"
;;
- linux*)
+ *linux*)
SYS="LINUX"
CFLAGS="$CFLAGS -DHAVE_MALLOC_H"
LDFLAGS="$LDFLAGS -lm"
More information about the x264-devel
mailing list