Re: [PATCH] media: venus: fix build on 32bit environments

2019-10-07 Thread Mauro Carvalho Chehab
Em Mon, 7 Oct 2019 11:55:51 -0300 Mauro Carvalho Chehab escreveu: > Em Mon, 7 Oct 2019 17:38:53 +0300 > Stanimir Varbanov escreveu: > > > Hi Mauro, > > > > Thanks for the fix! > > > > On 10/7/19 4:37 PM, Mauro Carvalho Chehab wrote: > > > As reported by jenk...@linuxtv.org, the build with i

Re: [PATCH] media: venus: fix build on 32bit environments

2019-10-07 Thread Mauro Carvalho Chehab
Em Mon, 7 Oct 2019 17:38:53 +0300 Stanimir Varbanov escreveu: > Hi Mauro, > > Thanks for the fix! > > On 10/7/19 4:37 PM, Mauro Carvalho Chehab wrote: > > As reported by jenk...@linuxtv.org, the build with i386 fails > > with: > > > > ld: drivers/media/platform/qcom/venus/helpers.o: in fun

Re: [PATCH] media: venus: fix build on 32bit environments

2019-10-07 Thread Stanimir Varbanov
Hi Mauro, Thanks for the fix! On 10/7/19 4:37 PM, Mauro Carvalho Chehab wrote: > As reported by jenk...@linuxtv.org, the build with i386 fails > with: > > ld: drivers/media/platform/qcom/venus/helpers.o: in function > `venus_helper_load_scale_clocks': > (.text+0x1d77): undefined ref

[PATCH] media: venus: fix build on 32bit environments

2019-10-07 Thread Mauro Carvalho Chehab
As reported by jenk...@linuxtv.org, the build with i386 fails with: ld: drivers/media/platform/qcom/venus/helpers.o: in function `venus_helper_load_scale_clocks': (.text+0x1d77): undefined reference to `__udivdi3' ld: (.text+0x1dce): undefined reference to `__udivdi3'