]> git.sesse.net Git - x264/blobdiff - configure
Haiku support
[x264] / configure
index 57a47acc253529cdf91ab1e42e2660f5d2530f28..681535c8330a259e24000e92a870f85dec61fc82 100755 (executable)
--- a/configure
+++ b/configure
@@ -651,6 +651,9 @@ case $host_os in
         HAVE_GETOPT_LONG=0
         CFLAGS="$CFLAGS -I\$(SRCPATH)/extras"
         ;;
+    *haiku*)
+        SYS="HAIKU"
+        ;;
     *)
         die "Unknown system $host, edit the configure"
         ;;