Date: Wed, 07 Nov 2018 23:48:05 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233063] vls3 fails to build with aom option Message-ID: <bug-233063-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233063 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@FreeBSD.org Reporter: rkoberman@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 =3D AOM_IMG_FMT_PLANAR | 6, --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233063-7788>