From patchwork Thu Nov 12 06:52:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TsOpbWV0aCBNw6FydG9u?= X-Patchwork-Id: 2055 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Thu, 12 Nov 2009 06:53:16 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Thu, 12 Nov 2009 08:16:37 -0200 (BRST) Received: from vger.kernel.org ([209.132.176.167]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1N8TYR-0000aO-QQ; Thu, 12 Nov 2009 06:53:16 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751648AbZKLGxC (ORCPT + 1 other); Thu, 12 Nov 2009 01:53:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751647AbZKLGxC (ORCPT ); Thu, 12 Nov 2009 01:53:02 -0500 Received: from mail02d.mail.t-online.hu ([84.2.42.7]:61885 "EHLO mail02d.mail.t-online.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbZKLGwv (ORCPT ); Thu, 12 Nov 2009 01:52:51 -0500 Received: from [192.168.1.64] (dsl5402C46E.pool.t-online.hu [84.2.196.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail02d.mail.t-online.hu (Postfix) with ESMTPSA id 720917590E2 for ; Thu, 12 Nov 2009 07:52:32 +0100 (CET) Message-ID: <4AFBB0C3.8000509@freemail.hu> Date: Thu, 12 Nov 2009 07:52:51 +0100 From: =?ISO-8859-2?Q?N=E9meth_M=E1rton?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.8.1.21) Gecko/20090402 SeaMonkey/1.1.16 MIME-Version: 1.0 To: V4L Mailing List Subject: [PATCH] decode_tm6000: fix include path X-DCC-mail.t-online.hu-Metrics: mail02d.mail.t-online.hu 32711; Body=1 Fuz1=1 Fuz2=1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Márton Németh The include path is changed from ../lib to ../lib4vl2util . Signed-off-by: Márton Németh --- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c --- a/v4l2-apps/util/decode_tm6000.c Wed Nov 11 18:28:53 2009 +0100 +++ b/v4l2-apps/util/decode_tm6000.c Thu Nov 12 07:49:43 2009 +0100 @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "../lib/v4l2_driver.h" +#include "../libv4l2util/v4l2_driver.h" #include #include #include