From patchwork Thu Mar 12 23:38:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hutchinson X-Patchwork-Id: 18142 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 CA53C449EEA for ; Fri, 13 Mar 2020 01:38:17 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B30ED68AFEB; Fri, 13 Mar 2020 01:38:17 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5551A68A764 for ; Fri, 13 Mar 2020 01:38:11 +0200 (EET) Received: by mail-qt1-f178.google.com with SMTP id g16so5994222qtp.9 for ; Thu, 12 Mar 2020 16:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=bG+Y92etxUA6Az6G+bpv/h98mJ8rYd+uG0/0aCoMJpk=; b=EUp2XWsUanDQ3Cw6KzefahXHw5SdHEJb6AMNRryCaq6PX0K7ihSanvo/vSamg2JsPQ qhmApG8HcceqBG74we/3gbUWOtuNLt64LqYJZLd5yxO0NiZhjCs0wm4VI2tistf2cHKa kvgzbPlzyPS4RF27xMvLRxiPgIqS2244CtLcy/GDeBG52DjAyCosHtVkFKgkkVEmsUXs kAJFxdWLifmd+CKDzbS+9DyqLEPJuk9g2WN8rt8woTj5zh9gEwB7qzdKNzURUH0HA9BW keUNtRJZ4LmTG9nUmLHJmtvY6M+7eBQRh8hlQPsxqkFa5ReuvwplEgey7gIUR6KQNtQZ QUWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bG+Y92etxUA6Az6G+bpv/h98mJ8rYd+uG0/0aCoMJpk=; b=aeduLAuQLOuyzYVdWFkOCeOWItGiniE3Z47awrC2uH/T+tX5qCVVO+EyEG6dCedzbV +IdLRcNmrvmqq5NyqZYHCbr4ic11kD/Oa9gAAsTxkqaepepFu67Ja7Cp0tr2ytX+A5hX TmtTwY4VYAV3PqTu488VhKVK7HOQqlQeXlBV0hllQ8wjTuaLCyrOaLWM+/XZ+jIIYHX/ jSqeSrHVmc38HZ2sEC1jpYxGksueq/ngqcpYHCFE/EBaVQkHBXPXu+zV4PfZ1+2p/H2Z tcEo6AoCE4jjoh//e5l6fwffBRKZ6JQ1ACHRHcLJ3NnvI/dz/vCWoUKMaLgCLTLibE7c uHAw== X-Gm-Message-State: ANhLgQ16erL/EO/VbvohxuzcdxjaktTMX1p6WfKpDdtcF9yw+1QLNgBO 6KJrUxpy+ASbHLciir9Y6ZUqA2z1 X-Google-Smtp-Source: ADFU+vse2BXjsqDQNQUzzajvBz5QvIFkAwW8HjG5eoDLYwYLKYDf4xgPH3AW0vW0vrR7LAjCEduFtw== X-Received: by 2002:ac8:7a9a:: with SMTP id x26mr10054352qtr.137.1584056289895; Thu, 12 Mar 2020 16:38:09 -0700 (PDT) Received: from localhost.localdomain ([75.115.109.114]) by smtp.gmail.com with ESMTPSA id w11sm24512292qti.54.2020.03.12.16.38.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Mar 2020 16:38:09 -0700 (PDT) From: Stephen Hutchinson To: ffmpeg-devel@ffmpeg.org Date: Thu, 12 Mar 2020 19:38:01 -0400 Message-Id: <20200312233802.4033-3-qyot27@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200312233802.4033-1-qyot27@gmail.com> References: <20200312233802.4033-1-qyot27@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/4] doc/general.texi: AviSynth+ works on Linux now, AvxSynth is gone. 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Related to this are the following changes: * Mention the GNUmakefile that AviSynth+ provides for installing just the headers. * Expand on users installing AviSynth on their system a little more. --- doc/general.texi | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/doc/general.texi b/doc/general.texi index 3684847ac1..ceea4210f3 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -50,16 +50,17 @@ This driver can be installed using amdgpu-pro-install script in official amd dri @section AviSynth FFmpeg can read AviSynth scripts as input. To enable support, pass -@code{--enable-avisynth} to configure. The correct headers are -included in compat/avisynth/, which allows the user to enable support -without needing to search for these headers themselves. +@code{--enable-avisynth} to configure after installing the headers +provided by @url{https://github.com/AviSynth/AviSynthPlus, AviSynth+}. +AviSynth+ supplies a @code{GNUmakefile} to install only the headers, +as CMake does not make header-only installs an easy task. For Windows, supported AviSynth variants are @url{http://avisynth.nl, AviSynth 2.6 RC1 or higher} for 32-bit builds and @url{http://avisynth.nl/index.php/AviSynth+, AviSynth+ r1718 or higher} for 32-bit and 64-bit builds. -For Linux and OS X, the supported AviSynth variant is -@url{https://github.com/avxsynth/avxsynth, AvxSynth}. +For Linux, macOS, and BSD, the only supported AviSynth variant is +@url{https://github.com/AviSynth/AviSynthPlus, AviSynth+}, starting with version 3.5. @float NOTE In 2016, AviSynth+ added support for building with GCC. However, due to @@ -77,10 +78,11 @@ GCC builds of AviSynth+ without any special flags. @end float @float NOTE -AviSynth and AvxSynth are loaded dynamically. Distributors can build FFmpeg -with @code{--enable-avisynth}, and the binaries will work regardless of the -end user having AviSynth or AvxSynth installed - they'll only need to be -installed to use AviSynth scripts (obviously). +AviSynth(+) is loaded dynamically. Distributors can build FFmpeg +with @code{--enable-avisynth}, and the binaries will work regardless +of the end user having AviSynth installed. If/when an end user +would like to use AviSynth scripts, then they can install AviSynth(+) +and FFmpeg will be able to find and use it to open scripts. @end float @section Chromaprint