[x264-devel] Add Hurd support to configure

Reinhard Tartler git at videolan.org
Wed Aug 24 22:40:22 CEST 2011


x264 | branch: master | Reinhard Tartler <siretart at tauware.de> | Wed Aug 10 00:16:46 2011 -0700| [2641b9e20f5effc4e22ca600df00c79e5f60b446] | committer: Jason Garrett-Glaser

Add Hurd support to configure

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=2641b9e20f5effc4e22ca600df00c79e5f60b446
---

 configure |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 4332537..7aea31f 100755
--- a/configure
+++ b/configure
@@ -437,6 +437,11 @@ case $host_os in
         define HAVE_MALLOC_H
         LDFLAGS="$LDFLAGS -lm"
         ;;
+    gnu*)
+        SYS="HURD"
+        define HAVE_MALLOC_H
+        LDFLAGS="$LDFLAGS -lm"
+        ;;
     cygwin*)
         EXE=".exe"
         if cc_check "" -mno-cygwin; then



More information about the x264-devel mailing list