Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Stephen Hutchinson <qyot27@gmail.com>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH 2/2] configure: bump minimum AviSynth+ header version
Date: Wed, 19 Jul 2023 19:36:19 -0400
Message-ID: <091c5ead-6fcc-3c4b-9856-8d91fce8cded@gmail.com> (raw)
In-Reply-To: <20230716051246.7793-3-qyot27@gmail.com>

On 7/16/23 1:12 AM, Stephen Hutchinson wrote:
> AVISYNTH_INTERFACE_VERSION 10 fell in-between the releases of
> 3.7.2 and 3.7.3, and is required to be able to read the channel
> layout information.
> ---
>   configure | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index dab3fb9036..a85122921e 100755
> --- a/configure
> +++ b/configure
> @@ -6657,8 +6657,8 @@ done
>   
>   # these are off by default, so fail if requested and not available
>   enabled avisynth          && { require_headers "avisynth/avisynth_c.h avisynth/avs/version.h" &&
> -                               { test_cpp_condition avisynth/avs/version.h "AVS_MAJOR_VER >= 3 && AVS_MINOR_VER >= 7 && AVS_BUGFIX_VER >= 1 || AVS_MAJOR_VER >= 3 && AVS_MINOR_VER > 7 || AVS_MAJOR_VER > 3" ||
> -                                 die "ERROR: AviSynth+ header version must be >= 3.7.1"; } }
> +                               { test_cpp_condition avisynth/avs/version.h "AVS_MAJOR_VER >= 3 && AVS_MINOR_VER >= 7 && AVS_BUGFIX_VER >= 3 || AVS_MAJOR_VER >= 3 && AVS_MINOR_VER > 7 || AVS_MAJOR_VER > 3" ||
> +                                 die "ERROR: AviSynth+ header version must be >= 3.7.3"; } }
>   enabled cuda_nvcc         && { check_nvcc cuda_nvcc || die "ERROR: failed checking for nvcc."; }
>   enabled chromaprint       && { check_pkg_config chromaprint libchromaprint "chromaprint.h" chromaprint_get_version ||
>                                  require chromaprint chromaprint.h chromaprint_get_version -lchromaprint; }

Pushed.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

      reply	other threads:[~2023-07-19 23:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-16  5:12 [FFmpeg-devel] [PATCH 0/2] avisynth: pass audio channel layout Stephen Hutchinson
2023-07-16  5:12 ` [FFmpeg-devel] [PATCH 1/2] " Stephen Hutchinson
2023-07-19 23:36   ` Stephen Hutchinson
2023-07-16  5:12 ` [FFmpeg-devel] [PATCH 2/2] configure: bump minimum AviSynth+ header version Stephen Hutchinson
2023-07-19 23:36   ` Stephen Hutchinson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=091c5ead-6fcc-3c4b-9856-8d91fce8cded@gmail.com \
    --to=qyot27@gmail.com \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git