Bump the age number of the TurboJPEG DSO, because interfaces have been added.

This commit is contained in:
DRC
2013-04-27 22:18:29 +00:00
parent 7440604f2b
commit 52559c88b4

View File

@@ -4,7 +4,7 @@ include_HEADERS = jerror.h jmorecfg.h jpeglib.h
if WITH_TURBOJPEG
lib_LTLIBRARIES += libturbojpeg.la
libturbojpeg_la_LDFLAGS = -version-info 0:0 -no-undefined
libturbojpeg_la_LDFLAGS = -version-info 1:0:1 -no-undefined
include_HEADERS += turbojpeg.h
endif