From patchwork Tue Feb 19 13:47:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gaignard X-Patchwork-Id: 14985 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E937223FD3 for ; Tue, 19 Feb 2013 13:48:15 +0000 (UTC) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by fiordland.canonical.com (Postfix) with ESMTP id A31DFA19213 for ; Tue, 19 Feb 2013 13:48:15 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id fo13so4198492vcb.25 for ; Tue, 19 Feb 2013 05:48:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=hmJY7ZQG6TOm/zXSumQ76Q+PBFAtxKRHtegQH1zXQeA=; b=OnsNhbjQ2TiwvyJGFu1qsbiPCs/7CeYTgnv3v/2b64MI/0d0ltW9/vsbxl0N6+Ezwh IdcnpLvlI/L8+6DVJ6CDY/uSL9pVRrLzyLCzdWWN4fXh1H4Wh6Y5r+6k68d55cfPh1/A /y0KNWGnRU65aLHdrr6uJC17VVP5jTIPTd+SzVxwX0osCFwg99vOs5E9924yjO25qyJW 1t4vU8DBaPURuGqtMEFRrJzES8bfYfKUHdcP29LJ++82RouXxPsVb56MVHKcre11lwo4 aigxiQgWgk6eOjRZXYP/sLPjqJZiECppHH+14CS9l0C6LZhHvAs1viV9g5Y9Pnfpf7sM MI0A== X-Received: by 10.52.18.148 with SMTP id w20mr17841988vdd.8.1361281695203; Tue, 19 Feb 2013 05:48:15 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp142477veb; Tue, 19 Feb 2013 05:48:09 -0800 (PST) X-Received: by 10.194.23.37 with SMTP id j5mr26423264wjf.28.1361281688525; Tue, 19 Feb 2013 05:48:08 -0800 (PST) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by mx.google.com with ESMTPS id i17si7940578wjs.187.2013.02.19.05.48.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Feb 2013 05:48:08 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.175 is neither permitted nor denied by best guess record for domain of benjamin.gaignard@linaro.org) client-ip=209.85.212.175; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.175 is neither permitted nor denied by best guess record for domain of benjamin.gaignard@linaro.org) smtp.mail=benjamin.gaignard@linaro.org Received: by mail-wi0-f175.google.com with SMTP id l13so4786804wie.8 for ; Tue, 19 Feb 2013 05:48:08 -0800 (PST) X-Received: by 10.180.80.74 with SMTP id p10mr25579661wix.19.1361281688122; Tue, 19 Feb 2013 05:48:08 -0800 (PST) Received: from localhost.localdomain (LPuteaux-156-14-44-212.w82-127.abo.wanadoo.fr. [82.127.83.212]) by mx.google.com with ESMTPS id cf8sm15401982wib.1.2013.02.19.05.48.07 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 19 Feb 2013 05:48:07 -0800 (PST) From: benjamin.gaignard@linaro.org To: patches@linaro.org Cc: Benjamin Gaignard Subject: [PATCH] allocators: dmabuf: add config.h file Date: Tue, 19 Feb 2013 14:47:35 +0100 Message-Id: <1361281655-23324-1-git-send-email-benjamin.gaignard@linaro.org> X-Mailer: git-send-email 1.7.10 X-Gm-Message-State: ALoCoQmeP/E6J6huDWO+gMhC7BrjuOfk4hyozsVU4BKAK+dABR6fer8tq6SKO7aLwTP+m78gTEpx From: Benjamin Gaignard Signed-off-by: Benjamin Gaignard --- gst-libs/gst/allocators/gstdmabuf.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/allocators/gstdmabuf.c b/gst-libs/gst/allocators/gstdmabuf.c index 67d5053..2c21170 100644 --- a/gst-libs/gst/allocators/gstdmabuf.c +++ b/gst-libs/gst/allocators/gstdmabuf.c @@ -20,6 +20,10 @@ * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "gstdmabuf.h" #ifdef HAVE_MMAP