mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-28 08:57:11 -05:00
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_sink_input_by_*()is called for servers that don't support it
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1179 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bc30e2d934
commit
7f93d08d40
7 changed files with 9 additions and 6 deletions
|
|
@ -33,8 +33,8 @@ AM_INIT_AUTOMAKE([foreign -Wall])
|
|||
AC_SUBST(PA_MAJORMINOR, "PA_MAJOR.PA_MINOR")
|
||||
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/pulseaudio/])
|
||||
|
||||
AC_SUBST(PA_API_VERSION, 9)
|
||||
AC_SUBST(PA_PROTOCOL_VERSION, 9)
|
||||
AC_SUBST(PA_API_VERSION, 10)
|
||||
AC_SUBST(PA_PROTOCOL_VERSION, 10)
|
||||
|
||||
AC_SUBST(LIBPULSE_VERSION_INFO, [0:2:0])
|
||||
AC_SUBST(LIBPULSECORE_VERSION_INFO, [1:1:0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue