From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbE64-000490-O3 for qemu-devel@nongnu.org; Mon, 27 Jun 2011 11:51:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbE63-0001vN-9f for qemu-devel@nongnu.org; Mon, 27 Jun 2011 11:51:36 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:50750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbE63-0001vG-02 for qemu-devel@nongnu.org; Mon, 27 Jun 2011 11:51:35 -0400 Received: by gwb19 with SMTP id 19so2437114gwb.4 for ; Mon, 27 Jun 2011 08:51:33 -0700 (PDT) Message-ID: <4E08A703.4090009@codemonkey.ws> Date: Mon, 27 Jun 2011 10:51:31 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110626230312.56C4F3FC03@buildbot.b1-systems.de> <1309152553-25693-1-git-send-email-weil@mail.berlios.de> <4E0818D3.3080402@mail.berlios.de> In-Reply-To: <4E0818D3.3080402@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc: Fix compilation with --enable-vnc-png List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , qemu-devel@nongnu.org On 06/27/2011 12:44 AM, Stefan Weil wrote: > Am 27.06.2011 07:29, schrieb Stefan Weil: >> Commit f26e428da505709ec03b2ed2c9eb3db82b30bd7b fixed compilation >> with --enable-vnc-png, but broke it with --enable-vnc-png. > > should be > > with --enable-vnc-jpeg, but broke it with --enable-vnc-png. > > Please fix this detail before applying the patch. Applied. Thanks. Regards, Anthony Liguori > > Thanks, > Stefan > >