Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-25 15:18:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-25 15:22:18 +0400
commitcb72f698fe5d85f43fa33628718d450dbd066d1c (patch)
treec43d6cc345bb0e68c0bdd21f840e90bbfba9746e /libavcodec/alpha
parentbb7bc3443dd94ed3a1aa265ff1e9d4b49e78e428 (diff)
parent11dcecfcca0eca1a571792c4fa3c21fb2cfddddc (diff)
Merge commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc'
* commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc': vorbisdec: Error on bark_map_size equal to 0. dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r--libavcodec/alpha/dsputil_alpha.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/alpha/dsputil_alpha.h b/libavcodec/alpha/dsputil_alpha.h
index 16f2d5e6b3..cf5ca3b6bf 100644
--- a/libavcodec/alpha/dsputil_alpha.h
+++ b/libavcodec/alpha/dsputil_alpha.h
@@ -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);