[x264-devel] X86-64 support (Re: x264: svn commit r191 (titer))

Gert Vervoort gert.vervoort at hccnet.nl
Mon Apr 11 21:47:51 CEST 2005


>  Added a configure to detect the platform/system/etc so people don't
> have to edit the Makefile (will work for Linux/OS X/BeOS/FreeBSD, feel
> free to modify for others), and we can now remove the Jamfile which
> was broken most of the time anyway.
>
>  
>
The patch below adds support for x86-64.

   Gert

--- configure.1 2005-04-11 21:36:37.000000000 +0200
+++ configure   2005-04-11 21:46:37.000000000 +0200
@@ -38,6 +38,9 @@
     ARCH="X86"
     CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2"
     ;;
+  x86_64)
+    ARCH="X86_64"
+    ;;
   "Power Macintosh"|ppc)
     ARCH="PPC"
     if [ $SYS = MACOSX ]

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list