]> source.dussan.org Git - tigervnc.git/commitdiff
Sync with libjpeg-turbo 1.0.0
authorDRC <dcommander@users.sourceforge.net>
Tue, 22 Jun 2010 02:55:40 +0000 (02:55 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 22 Jun 2010 02:55:40 +0000 (02:55 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4068 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/jpeg/configure.ac

index 1b4917d7bdb38bb2aa04f9d5cece1cca3e382c46..3b6504f5c4a3b67a49a1adc1c146e862a9de97e9 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.56])
-AC_INIT([libjpeg-turbo], [0.0.93])
+AC_INIT([libjpeg-turbo], [1.0.0])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
@@ -122,7 +122,8 @@ if test "x${with_simd}" != "xno"; then
     ;;
     *)
       AC_MSG_RESULT([no ("$host_cpu")])
-      with_simd=no
+      AC_MSG_WARN([SIMD support not available for this CPU.  Performance will suffer.])
+      with_simd=no;
     ;;
   esac