From patchwork Sun Mar 24 20:25:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hutchinson X-Patchwork-Id: 12423 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 366BB446CE3 for ; Sun, 24 Mar 2019 22:33:08 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2300768AAD2; Sun, 24 Mar 2019 22:33:08 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-yw1-f68.google.com (mail-yw1-f68.google.com [209.85.161.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B6A91689A72 for ; Sun, 24 Mar 2019 22:33:01 +0200 (EET) Received: by mail-yw1-f68.google.com with SMTP id j128so5548563ywg.12 for ; Sun, 24 Mar 2019 13:33:01 -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=xHLdzI5jJaCy6RQWob9ygpl4bq4R0rc764A++sWTi5U=; b=vTttOXcIzfiv90JJe5aUG0MwcKtjO7etxu4hbXfudfX6K/ynWCKNLw3M+N7D1D7cQO Jb9T/AMIszIdHu21ZzdkvQd6vt8gmAsiXFfe7/qBTnz1XfUMJ7zXbDxL5nCwYi5BQsWu eQQAmYB2/jF0Xy8+2JqhLKNS6VZjkPqOOOHec8wySV3Gwweb8PR69ZjpqrbNhRvsrZWB 6mnOeoo+OBUKcxi/555on/B3z0G1vRNKq+OkFh5hen7wOizCC52HOEUxTLbU3d7DeEkp DARkDWBmhHK/fP2amGACP5f5jAtXB/f1F9hj9ZON7DMEdeGtt7oEwPdUfSeFQqSKHNi5 2bVw== 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=xHLdzI5jJaCy6RQWob9ygpl4bq4R0rc764A++sWTi5U=; b=fq/0aMprR3QWqHvg36fRijYbgwOJml1gJLg0CkdreYQnwcabzE9wysDqM+g95dh/z2 qMCCtbsJLme52OTFBs8QQrHOmrHi6RCNMZDlDAz599Slmg7pcfgiFJV7iybhWuZntY0b SGP1tubsJwGgwVArQFfLOBmdzjwS+wfTs5uErwm+vHB/7YPGZCbWc5g0WLaII2rZnhfU R8A2PpydHGjfmYk0n4Dh8XbGN0eKJtybzgJ1eYIIrzgDBPcJEGFKG086KCHS4QWicoxK z2wHfrnHLSzMu+VgDtTV4BZr+Io1nKPFaiEykn/CgoVK2+BdUrYNdEYEWWr8onk1kA7R AxgQ== X-Gm-Message-State: APjAAAUdvwq2d6W+bB9vrD6i97K/UJer5DivzEMnouJn77jAPZJ7H4Ig ODkKr0du4pK2mk6cIiXtGRgyMul2 X-Google-Smtp-Source: APXvYqwl+8XhFzRqATpIU3HN6eMedfHF2EBafZzY2JHtlqJkfuYboa3Uue3orTxp4mIky65NRsn+Dw== X-Received: by 2002:a5b:147:: with SMTP id c7mr17678200ybp.298.1553459155440; Sun, 24 Mar 2019 13:25:55 -0700 (PDT) Received: from localhost.localdomain ([75.115.109.114]) by smtp.gmail.com with ESMTPSA id l82sm2546923ywl.6.2019.03.24.13.25.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Mar 2019 13:25:54 -0700 (PDT) From: Stephen Hutchinson To: ffmpeg-devel@ffmpeg.org Date: Sun, 24 Mar 2019 16:25:38 -0400 Message-Id: <20190324202540.6502-4-qyot27@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20190324202540.6502-1-qyot27@gmail.com> References: <20190324202540.6502-1-qyot27@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/5] doc/general.texi: remove note about regressed AviSynth+ header 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" It's been fixed both AviSynth+-side and locally. --- doc/general.texi | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/general.texi b/doc/general.texi index fe94c40386..6ec52962ff 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -51,19 +51,6 @@ For Windows, supported AviSynth variants are For Linux and OS X, the supported AviSynth variant is @url{https://github.com/avxsynth/avxsynth, AvxSynth}. -@float NOTE -There is currently a regression in AviSynth+'s @code{capi.h} header as of -October 2016, which interferes with the ability for builds of FFmpeg to use -MSVC-built binaries of AviSynth. Until this is resolved, you can make sure -a known good version is installed by checking out a version from before -the regression occurred: - -@code{git clone -b MT git://github.com/AviSynth/AviSynthPlus.git @* -cd AviSynthPlus @* -git checkout -b oldheader b4f292b4dbfad149697fb65c6a037bb3810813f9 @* -make install PREFIX=/install/prefix} -@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