Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: jconfig.h

Issue 9232002: Update libjpeg-turbo to 1.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libjpeg_turbo/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jccolor.c ('k') | jcparam.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jconfig.h
===================================================================
--- jconfig.h (revision 111873)
+++ jconfig.h (working copy)
@@ -7,10 +7,10 @@
#endif /* JPEG_LIB_VERSION */
/* Support arithmetic encoding */
-#define C_ARITH_CODING_SUPPORTED 1
+/* #undef C_ARITH_CODING_SUPPORTED */
/* Support arithmetic decoding */
-#define D_ARITH_CODING_SUPPORTED 1
+/* #undef D_ARITH_CODING_SUPPORTED */
/* Define if your compiler supports prototypes */
#ifndef HAVE_PROTOTYPES
« no previous file with comments | « jccolor.c ('k') | jcparam.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698