avutil/cpu: Disable ff_getauxval() on x86
Not used there. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
4afe61ea6c
commit
10047fea1c
1 changed files with 2 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ size_t av_cpu_max_align(void)
|
|||
return 8;
|
||||
}
|
||||
|
||||
#if !ARCH_X86
|
||||
unsigned long ff_getauxval(unsigned long type)
|
||||
{
|
||||
#if HAVE_GETAUXVAL
|
||||
|
|
@ -314,3 +315,4 @@ unsigned long ff_getauxval(unsigned long type)
|
|||
return 0;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue