x264: converted recipe

This commit is contained in:
Jerome Duval
2014-06-13 20:49:59 +00:00
parent dfdaaca9d9
commit e6d610f9ef
2 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
From a31af43d0e8d602e467570de30b816b01f30bd40 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 13 Jun 2014 19:56:27 +0000
Subject: Haiku patch
diff --git a/configure b/configure
index 0177cfc..d1a118f 100755
--- a/configure
+++ b/configure
@@ -550,6 +550,9 @@ case $host_os in
HAVE_GETOPT_LONG=0
CFLAGS="$CFLAGS -I\$(SRCPATH)/extras"
;;
+ *haiku*)
+ SYS="haiku"
+ ;;
*)
die "Unknown system $host, edit the configure"
;;
--
1.8.3.4