[x264-devel] [PATCH] remove unnecessary header path for OpenBSD.

Brad brad at comstyle.com
Fri Aug 6 00:29:52 CEST 2010


I seemed to have overlooked this before but someone back in '06 bogusly added
the X header path to CFLAGS when adding support for OpenBSD even though x264
does not pull in any X related headers.


diff --git a/configure b/configure
index 565eb98..269e703 100755
--- a/configure
+++ b/configure
@@ -293,7 +293,6 @@ case $host_os in
     ;;
   openbsd*)
     SYS="OPENBSD"
-    CFLAGS="$CFLAGS -I/usr/X11R6/include"
     LDFLAGS="$LDFLAGS -lm"
     ;;
   *linux*)

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the x264-devel mailing list