Tip of tree chrome build error on Windows

12 views
Skip to first unread message

Ivan Rosales

unread,
Nov 9, 2022, 12:54:35 PM11/9/22
to AV1 Discussion
I'm working on changes to aom for chrome on windows but am running into this error when building chrome on windows with aom checked out to origin/main. Would appreciate any help. Thanks.

Error:

../../third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c(691,7): error: call to undeclared function 'aom_get_var_sse_sum_8x8_quad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      aom_get_var_sse_sum_8x8_quad(
      ^
../../third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c(691,7): note: did you mean 'aom_get_sse_sum_8x8_quad_c'?
../../third_party/libaom/source/config/win/x64\config/aom_dsp_rtcd.h(2229,6): note: 'aom_get_sse_sum_8x8_quad_c' declared here
void aom_get_sse_sum_8x8_quad_c(const uint8_t* src_ptr,
     ^

James Zern

unread,
Nov 9, 2022, 3:54:45 PM11/9/22
to av1-d...@aomedia.org
Hi,

On Wed, Nov 9, 2022 at 9:54 AM 'Ivan Rosales' via AV1 Discussion <av1-d...@aomedia.org> wrote:
I'm working on changes to aom for chrome on windows but am running into this error when building chrome on windows with aom checked out to origin/main. Would appreciate any help. Thanks.

If you updated the version in third_party/libaom you'll want to run cmake_update.sh [1]. The current snapshot will cause Visual Studio build warnings if you're using that to build. Those will be cleared up in the next roll and should be clear if you're using anything past this change [2].

 

Error:

../../third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c(691,7): error: call to undeclared function 'aom_get_var_sse_sum_8x8_quad'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      aom_get_var_sse_sum_8x8_quad(
      ^
../../third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c(691,7): note: did you mean 'aom_get_sse_sum_8x8_quad_c'?
../../third_party/libaom/source/config/win/x64\config/aom_dsp_rtcd.h(2229,6): note: 'aom_get_sse_sum_8x8_quad_c' declared here
void aom_get_sse_sum_8x8_quad_c(const uint8_t* src_ptr,
     ^

--
You received this message because you are subscribed to the Google Groups "AV1 Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to av1-discuss...@aomedia.org.
To view this discussion on the web visit https://groups.google.com/a/aomedia.org/d/msgid/av1-discuss/3db2c91f-5bfe-43d8-bb90-88e9b0014092n%40aomedia.org.
Reply all
Reply to author
Forward
0 new messages