From patchwork Wed Sep 21 04:38:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philip Langdale X-Patchwork-Id: 666 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp757666vsd; Tue, 20 Sep 2016 21:49:37 -0700 (PDT) X-Received: by 10.28.15.194 with SMTP id 185mr1119557wmp.58.1474433377869; Tue, 20 Sep 2016 21:49:37 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id ts16si30528383wjb.163.2016.09.20.21.49.26; Tue, 20 Sep 2016 21:49:37 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@overt.org; dkim=neutral (body hash did not verify) header.i=@overt.org; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B7357689A5A; Wed, 21 Sep 2016 07:49:08 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from rs224.mailgun.us (rs224.mailgun.us [209.61.151.224]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EB2D4689830 for ; Wed, 21 Sep 2016 07:49:01 +0300 (EEST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=overt.org; q=dns/txt; s=k1; t=1474433355; h=References: In-Reply-To: Message-Id: Date: Subject: Cc: To: From: Sender; bh=vNhhaoKtq+5qtn6loJasLxI6Y/NQZTS6j0wJVDBBFp4=; b=SYapf0EC3e0r0aGJgcHGb9i6uNxKPBpb0A+vBjgEb+T4TnHztS1M7my0OzLfaqdcQyGjdinH Vua8lyd2vrdi0TBexboJhhqZM1JmRn+rk43/4weMyMeORxWeZ+/ZeJ2alx0dDXeudR9XraFd 62nZGM/xo1G7MjaqCwWl152dvcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=overt.org; s=k1; q=dns; h=Sender: From: To: Cc: Subject: Date: Message-Id: In-Reply-To: References; b=TvkAHD9pzROyTdLoqcusd4NhkBNl10QmRMu+O2x9yUJ/MrblCeyAgTqTo1QR8LIU1HQNJ6 YahPhbK8VsGlcqsRHHHY8k539KqK6h9pr8Dki0x1QuEzAVA6/AFkHCoNXZUjgpSOMeVhvhwW bVw6inSv9ae3x8aWg78KZ52CqOVQs= X-Mailgun-Sending-Ip: 209.61.151.224 X-Mailgun-Sid: WyIyM2Q3MCIsICJmZm1wZWctZGV2ZWxAZmZtcGVnLm9yZyIsICI0YTg5NjEiXQ== Received: from mail.overt.org (155.208.178.107.bc.googleusercontent.com [107.178.208.155]) by mxa.mailgun.org with ESMTP id 57e20eea.7f5e3940fa08-in03; Wed, 21 Sep 2016 04:39:06 -0000 (UTC) Received: from authenticated-user (mail.overt.org [107.178.208.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id 5213B6B84A; Wed, 21 Sep 2016 04:39:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1474432746; bh=vQCV44rDfy9OpQ9aAFbFcJzarfCQq2JnYH5HrOhFq/E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SMVzAgRkISaWnXHEVJfdVsx2CJlwg9rLPmFE71Z97g0zoSf6uNBekkzS7flAyfgU1 iZ0i4Rt03JiRW16b7n11CkMFEtvI5HuZsmOkiDy63sViP8oyW2yNsnXI50uZhR49Xu fbgMOvsrMJ6vYQbMm+l9eh84Vq33TF8komOSBQ4Elh+hDZDgsQyWeUxHXYlr+m0yeX PGPgFJ0voRjsbY4DjDpqfe+BnOsCNvJXtUqY3iwirwCg7N80G7ZtmYZwuaZofAJ+6n yRPUqenlBObrzXz1xkwxBdE2UstNa8dS6s+2gUYeO9JSi5X3o/R6HtyHAvr2m/cAKj /c50jpn760guA== From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Date: Tue, 20 Sep 2016 21:38:58 -0700 Message-Id: <1474432738-13024-4-git-send-email-philipl@overt.org> In-Reply-To: <1474432738-13024-1-git-send-email-philipl@overt.org> References: <1474432738-13024-1-git-send-email-philipl@overt.org> Subject: [FFmpeg-devel] [PATCH 3/3] cuvid: Use the compat headers for nvcuvid X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Philip Langdale MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Philip Langdale --- libavcodec/cuvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c index f2e92cf..7fd0b0d 100644 --- a/libavcodec/cuvid.c +++ b/libavcodec/cuvid.c @@ -30,7 +30,7 @@ #include "avcodec.h" #include "internal.h" -#include +#include "compat/cuda/nvcuvid.h" #define MAX_FRAME_COUNT 25