mirror of https://github.com/xiph/flac
bump libtool .so revision number
This commit is contained in:
parent
826a0a7e7a
commit
4296e1a40a
|
@ -49,7 +49,7 @@
|
||||||
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
#define FLACPP_API_VERSION_CURRENT 6
|
#define FLACPP_API_VERSION_CURRENT 6
|
||||||
#define FLACPP_API_VERSION_REVISION 0
|
#define FLACPP_API_VERSION_REVISION 1
|
||||||
#define FLACPP_API_VERSION_AGE 0
|
#define FLACPP_API_VERSION_AGE 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
|
||||||
*/
|
*/
|
||||||
#define FLAC_API_VERSION_CURRENT 8
|
#define FLAC_API_VERSION_CURRENT 8
|
||||||
#define FLAC_API_VERSION_REVISION 0 /**< see above */
|
#define FLAC_API_VERSION_REVISION 1 /**< see above */
|
||||||
#define FLAC_API_VERSION_AGE 0 /**< see above */
|
#define FLAC_API_VERSION_AGE 0 /**< see above */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -44,7 +44,7 @@ EXTRA_DIST = \
|
||||||
libFLAC++.m4
|
libFLAC++.m4
|
||||||
|
|
||||||
# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
|
# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
|
||||||
libFLAC___la_LDFLAGS = -version-info 6:0:0
|
libFLAC___la_LDFLAGS = -version-info 6:1:0
|
||||||
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
||||||
|
|
||||||
libFLAC___la_SOURCES = \
|
libFLAC___la_SOURCES = \
|
||||||
|
|
|
@ -94,7 +94,7 @@ extra_ogg_sources = \
|
||||||
ogg_mapping.c
|
ogg_mapping.c
|
||||||
endif
|
endif
|
||||||
# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
|
# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
|
||||||
libFLAC_la_LDFLAGS = -version-info 8:0:0 -lm $(LOCAL_EXTRA_LDFLAGS)
|
libFLAC_la_LDFLAGS = -version-info 8:1:0 -lm $(LOCAL_EXTRA_LDFLAGS)
|
||||||
libFLAC_la_SOURCES = \
|
libFLAC_la_SOURCES = \
|
||||||
bitmath.c \
|
bitmath.c \
|
||||||
bitreader.c \
|
bitreader.c \
|
||||||
|
|
Loading…
Reference in New Issue