[x264-devel] PA-RISC configure fix
    Julian Stecklina 
    der_julian at web.de
       
    Sun Apr 15 20:00:06 CEST 2007
    
    
  
Hello,
the configure script does not recognize PA-RISC machines on Gentoo/Linux 
correctly. (Not that does anything worse, but nevertheless...) Simple fix:
Index: configure
===================================================================
--- configure	(revision 650)
+++ configure	(working copy)
@@ -196,7 +196,7 @@
    s390|s390x)
      ARCH="S390"
      ;;
-  parisc|parisc64)
+  hppa*|parisc|parisc64)
      ARCH="PARISC"
      ;;
    *)
Btw, what would be a fruitful optimization to get the abysmal 
performance to improve on PA-RISC boxen?
Regards,
Julian
-- 
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