[Bug 270021] multimedia/ffnvcodec-headers: update to 11.1.5.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Mar 2023 23:57:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270021

            Bug ID: 270021
           Summary: multimedia/ffnvcodec-headers: update to 11.1.5.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/FFmpeg/nv-codec-headers/compare/n11
                    .1.5.0...n11.1.5.2
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: iwtcex@gmail.com
                CC: iwtcex@gmail.com
             Flags: maintainer-feedback?(iwtcex@gmail.com)

Created attachment 240655
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240655&action=edit
v1 (apply via "git am")

Required by https://github.com/ffmpeg/ffmpeg/commit/5c288a44ad16 (via bug
261302)

$ make clean all WITH=NVENC -C multimedia/ffmpeg
[...]
ERROR: nvenc requested, but not all dependencies are satisfied: ffnvcodec
[...]
/tmp/ffconf.95IJoSWA/test.c:2:18: error: unknown type name
'NV_ENC_PIC_PARAMS_AV1'; did you mean 'NV_ENC_PIC_PARAMS_MVC'?
int main(void) { NV_ENC_PIC_PARAMS_AV1 v; return 0; }
                 ^~~~~~~~~~~~~~~~~~~~~
                 NV_ENC_PIC_PARAMS_MVC
/usr/local/include/ffnvcodec/nvEncodeAPI.h:1780:2: note:
'NV_ENC_PIC_PARAMS_MVC' declared here
}NV_ENC_PIC_PARAMS_MVC;
 ^
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.