From patchwork Sat May 25 02:11:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 13288 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id EB97844945F for ; Sat, 25 May 2019 05:43:21 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CBBE668A277; Sat, 25 May 2019 05:43:21 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 749D66898BD for ; Sat, 25 May 2019 05:43:14 +0300 (EEST) Received: by mail-pf1-f193.google.com with SMTP id u17so6354531pfn.7 for ; Fri, 24 May 2019 19:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VlUKKhgI0TB2wXhSkYhk7gTx5YLiMpPjuKFBjCIU89I=; b=gcs6TO6FdZWqf31fMbgcYj/CZcY2PpoOiKj5wk+r1MpkTiL1cZpXt+0W2unisxJFz6 SdXRzrE+Am62aOySa1ak25kOFO+zB3WU6MK8ufoLAZ7sg45v71Rzsz9yoLUbfMu8qyKz vNprXMkjvjeEZQ8hdeYgCuvO+GcnpW98jqPa/fQKGne08r0Qoh0woCqWePeLdXZdQm/C XiDN+v0II157UmjESfB/BgxpyaCgv/j0TIAC3qjxzuP1Wkd6HgoU6+KXDiDC5XPlm8yW 17m7ycDpmaDn9Cdn1LVyR+3ZCAM7gZ+4Gqig7qsfWbYf6zDS+dspu/CNlo/Vdw9v3ItS a7aA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VlUKKhgI0TB2wXhSkYhk7gTx5YLiMpPjuKFBjCIU89I=; b=Lop3Ub6HHeSEnFsWgTXbVGesHIEWfPZ5D1GqOqhnPCKPLGScIA7lDdryOf7Sc8hb32 PxyIJYDpYBdM+vii1Klv6uShr0bXbDZdn58l7FPp+dI4QMOrnkIGPcxfY90tbJ4qEhI+ 2hKxKTymr1gtxrQyuQPzmcmdXD6i8ddrGSucbxKMfzoRHJQpecA820H1xVO4chNtuYoH KI+0Hd7poHXeHt1wVSOhndJDs0a79jy/Q4EMM6UygC1Lq59rknAp/J7cfiRHPvlXKc1S p312Y8VFOTBUcVL2tLDIrXNEQo954GyIEUkl7IKtbydFoE25UQHllEN0uYBkIlU/MGFx IUYw== X-Gm-Message-State: APjAAAXoDEXd5NOYm8Lz11em+6wj4neTu+yYvV39VfNaV/97nP6fAVFl /vdNKy4qMV/hsKXbZFh6OdqSrARo X-Google-Smtp-Source: APXvYqycvDG1ot+9+qiWRTb6//fD1TomOXSrkWkeWA2lRRn5aJtaH8RHIKTM/Yal2lurQXKNUkUx1g== X-Received: by 2002:a63:2107:: with SMTP id h7mr37402725pgh.330.1558750319111; Fri, 24 May 2019 19:11:59 -0700 (PDT) Received: from localhost.localdomain ([47.90.47.25]) by smtp.gmail.com with ESMTPSA id i16sm3833664pfd.100.2019.05.24.19.11.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 May 2019 19:11:58 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Sat, 25 May 2019 10:11:48 +0800 Message-Id: <1558750309-3700-2-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1558750309-3700-1-git-send-email-mypopydev@gmail.com> References: <1558750309-3700-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH V2 1/2] doc/build_system: Document checkheaders/alltools and consistency fixes 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: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao Document checkheaders/alltools and consistency fixes Signed-off-by: Jun Zhao --- doc/build_system.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build_system.txt b/doc/build_system.txt index 325a9e8..3d6a21a 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -36,11 +36,11 @@ install examples Build all examples located in doc/examples. -libavformat/output-example - Build the libavformat basic example. +checkheaders + Check headers dependencies. -libswscale/swscale-test - Build the swscale self-test (useful also as an example). +alltools + Build all tools in tools directory. config Reconfigure the project with the current configuration.