[Bug 233063] vls3 fails to build with aom option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 7 23:48:08 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233063

            Bug ID: 233063
           Summary: vls3 fails to build with aom option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: rkoberman at gmail.com

I suspect a typo. When building with aom, the build fails with:
codec/aom.c:99:23: error: use of undeclared identifier 'AOM_IMG_FMT_444A'; did
      you mean 'AOM_IMG_FMT_I444'?
    { VLC_CODEC_YUVA, AOM_IMG_FMT_444A, 8, 0 },
                      ^~~~~~~~~~~~~~~~
                      AOM_IMG_FMT_I444
/usr/local/include/aom/aom_image.h:50:3: note: 'AOM_IMG_FMT_I444' declared here
  AOM_IMG_FMT_I444 = AOM_IMG_FMT_PLANAR | 6,

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


More information about the freebsd-ports-bugs mailing list