From patchwork Sat May 6 00:10:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 3586 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.3.129 with SMTP id 123csp471230vsd; Fri, 5 May 2017 17:11:33 -0700 (PDT) X-Received: by 10.223.177.140 with SMTP id q12mr31079970wra.68.1494029493009; Fri, 05 May 2017 17:11:33 -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 q4si7415277wrb.303.2017.05.05.17.11.32; Fri, 05 May 2017 17:11:32 -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; 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 93E2A689A5E; Sat, 6 May 2017 03:11:06 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-qmta-pe02-3.mx.upcmail.net (vie01a-qmta-pe02-3.mx.upcmail.net [62.179.121.183]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DC6E3689A31 for ; Sat, 6 May 2017 03:11:00 +0300 (EEST) Received: from [172.31.218.43] (helo=vie01a-dmta-pe05-1.mx.upcmail.net) by vie01a-pqmta-pe02.mx.upcmail.net with esmtp (Exim 4.88) (envelope-from ) id 1d6nJR-0004an-VU for ffmpeg-devel@ffmpeg.org; Sat, 06 May 2017 02:11:05 +0200 Received: from [172.31.216.43] (helo=vie01a-pemc-psmtp-pe01) by vie01a-dmta-pe05.mx.upcmail.net with esmtp (Exim 4.88) (envelope-from ) id 1d6nJM-0005UN-LD for ffmpeg-devel@ffmpeg.org; Sat, 06 May 2017 02:11:00 +0200 Received: from localhost ([213.47.41.20]) by vie01a-pemc-psmtp-pe01 with SMTP @ mailcloud.upcmail.net id GoAu1v00V0S5wYM01oAvzd; Sat, 06 May 2017 02:10:55 +0200 X-SourceIP: 213.47.41.20 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sat, 6 May 2017 02:10:50 +0200 Message-Id: <20170506001050.23234-4-michael@niedermayer.cc> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170506001050.23234-1-michael@niedermayer.cc> References: <20170506001050.23234-1-michael@niedermayer.cc> Subject: [FFmpeg-devel] [PATCH 4/4] doc/build_system: Document how to build decoder fuzzer 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Michael Niedermayer --- doc/build_system.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build_system.txt b/doc/build_system.txt index 8c12e0e294..325a9e83d0 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -45,6 +45,9 @@ libswscale/swscale-test config Reconfigure the project with the current configuration. +tools/target_dec__fuzzer + Build fuzzer to fuzz the specified decoder. + Useful standard make commands: make -t