You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user