dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
This commit is contained in:
parent
04cccb5fc1
commit
3d035d5a6a
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#ifndef AVCODEC_ALPHA_DSPUTIL_ALPHA_H
|
||||
#define AVCODEC_ALPHA_DSPUTIL_ALPHA_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void ff_simple_idct_axp(int16_t *block);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue