]> granicus.if.org Git - libjpeg-turbo/commitdiff
Increment SO_AGE to reflect the addition of a new interface to the libjpeg API
authorDRC <dcommander@users.sourceforge.net>
Sat, 27 Jun 2015 08:10:34 +0000 (08:10 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sat, 27 Jun 2015 08:10:34 +0000 (08:10 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1590 632fc199-4ca6-4c93-a231-07263d6284db

configure.ac

index be9fcdf2e383a0ba60e56915cf8eb5401df213b8..f5f84304be650cffd37237702b4155ff1ed2d25b 100644 (file)
@@ -189,7 +189,7 @@ fi
 RPM_CONFIG_ARGS=
 
 # Memory source/destination managers
-SO_AGE=0
+SO_AGE=1
 MEM_SRCDST_FUNCTIONS=
 if test "x${with_jpeg8}" != "xyes"; then
   AC_MSG_CHECKING([whether to include in-memory source/destination managers])
@@ -200,7 +200,7 @@ if test "x${with_jpeg8}" != "xyes"; then
     AC_MSG_RESULT(yes)
     AC_DEFINE([MEM_SRCDST_SUPPORTED], [1],
       [Support in-memory source/destination managers])
-    SO_AGE=1
+    SO_AGE=2
     MEM_SRCDST_FUNCTIONS="global:  jpeg_mem_dest;  jpeg_mem_src;";
   else
     AC_MSG_RESULT(no)