diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-06-22 02:55:40 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-06-22 02:55:40 +0000 |
commit | c875a0ddf577b923f66bb0a884bf944aa0871d47 (patch) | |
tree | 041752396f9e9287c029afd64b3d8b96c5926dfc | |
parent | 560a8242966e5a80aab9198e772c6d784f162221 (diff) | |
download | tigervnc-c875a0ddf577b923f66bb0a884bf944aa0871d47.tar.gz tigervnc-c875a0ddf577b923f66bb0a884bf944aa0871d47.zip |
Sync with libjpeg-turbo 1.0.0
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4068 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/jpeg/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac index 1b4917d7..3b6504f5 100644 --- a/common/jpeg/configure.ac +++ b/common/jpeg/configure.ac @@ -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 |