toxcore/toxav
Sergey 'Jin' Bostandzhyan 3f24f04876 Setup autotools to read .so version info from a separate file
We want to use the same libtool style .so versions in both build systems,
ideally both systems should read the version information from the same
configuration file.

This commit introduces an so.version configuration file and sets up
the autotools to use it.

The version numbers in so.version define the ABI compatibility and should be
updated prior to each release.

implements #323
2017-01-18 11:20:07 +01:00
..
audio.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
audio.h Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
bwcontroller.c rename messenger function, prepend m_ 2016-12-03 13:21:27 -08:00
bwcontroller.h Revert "Make ToxAV stateless" 2016-09-19 21:53:40 +01:00
groupav.c Fix a memory leak in GroupAV 2016-11-20 20:51:48 -05:00
groupav.h toxav renaming: group.{h,c} -> groupav.{h,c} 2016-10-28 22:11:48 +02:00
Makefile.inc Setup autotools to read .so version info from a separate file 2017-01-18 11:20:07 +01:00
msi.c Fix NULL pointer dereference in log calls 2016-11-20 20:32:48 -05:00
msi.h Fix NULL pointer dereference in log calls 2016-11-20 20:32:48 -05:00
ring_buffer.c Work around bug in opencv3 headers. 2016-09-25 01:58:51 +01:00
ring_buffer.h Move ring buffer out of toxcore/util into toxav. 2016-09-24 23:36:50 +01:00
rtp.c rename messenger function, prepend m_ 2016-12-03 13:21:27 -08:00
rtp.h Fix NULL pointer dereference in log calls 2016-11-20 20:32:48 -05:00
toxav_old.c Rename some internal "group chat" things to "conference". 2016-10-29 22:37:03 +01:00
toxav.api.h Rebuild apidsl'd headers in cmake. 2016-10-02 23:54:03 +01:00
toxav.c Use after free reported in #278 occurs because toxav_kill() 2016-12-21 00:16:22 +01:00
toxav.h Add NONE enumerator to bit mask. 2016-11-20 16:38:30 +00:00
video.c Move ring buffer out of toxcore/util into toxav. 2016-09-24 23:36:50 +01:00
video.h Move ring buffer out of toxcore/util into toxav. 2016-09-24 23:36:50 +01:00