mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
dring: expose frame wrappers in abi
Makes use of AVFrame's reference counting if possible instead of copying the data. Only bumps minor version because MediaFrame et al weren't in the ABI until now. Change-Id: I692e76230ed057c1ad4e46ab59ea5cfd163fb98d
This commit is contained in:

committed by
Adrien Béraud

parent
65b75a3a41
commit
b64c2570d7
@ -2,7 +2,7 @@ dnl Ring - configure.ac for automake 1.9 and autoconf 2.59
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([Ring Daemon],[6.0.0],[ring@gnu.org],[ring])
|
||||
AC_INIT([Ring Daemon],[6.1.0],[ring@gnu.org],[ring])
|
||||
|
||||
AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2018]])
|
||||
AC_REVISION([$Revision$])
|
||||
|
Reference in New Issue
Block a user