From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1357246834.19248.118.camel@aeonflux> Subject: Re: [PATCH 2/2] AVCTP: Replace calls to g_queue_free_full function From: Marcel Holtmann To: Giovanni Gherdovich Cc: linux-bluetooth@vger.kernel.org Date: Thu, 03 Jan 2013 13:00:34 -0800 In-Reply-To: <1357241835-4861-1-git-send-email-g.gherdovich@gmail.com> References: <1357241835-4861-1-git-send-email-g.gherdovich@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Giovanni, > The function g_queue_free_full is available only from GLib 2.32. > If BlueZ has to build against GLib 2.28, as stated in the configure.ac, > this patch replaces the calls to g_queue_free_full in the AVTCP module > with its body, taken from the sources of GLib 2.32. > --- > profiles/audio/avctp.c | 14 ++++++++------ > 1 files changed, 8 insertions(+), 6 deletions(-) patch has been applied. Regards Marcel