Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
3d035d5a
Commit
3d035d5a
authored
Feb 23, 2013
by
Diego Biurrun
Browse files
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
parent
04cccb5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
libavcodec/alpha/dsputil_alpha.h
libavcodec/alpha/dsputil_alpha.h
+1
-0
No files found.
libavcodec/alpha/dsputil_alpha.h
View file @
3d035d5a
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment