Add x264 h.264 encoder. Only builds with GCC4.

This commit is contained in:
Cian Duffy
2012-08-04 14:07:09 +00:00
parent ba58d5bb6b
commit e647de4d12
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- x264-snapshot-20120803-2245.orig/configure 2012-08-03 20:45:03.065273856 +0000
+++ x264-snapshot-20120803-2245/configure 2012-08-04 12:56:56.527171584 +0000
@@ -520,6 +520,9 @@
fi
HAVE_GETOPT_LONG=0
;;
+ *haiku*)
+ SYS="haiku"
+ ;;
*)
die "Unknown system $host, edit the configure"
;;