From: DRC Date: Tue, 22 Jun 2010 02:55:40 +0000 (+0000) Subject: Sync with libjpeg-turbo 1.0.0 X-Git-Tag: v1.0.90~239 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c875a0ddf577b923f66bb0a884bf944aa0871d47;p=tigervnc.git 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 --- 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