[FFmpeg-cvslog] adpcm: Add missing stdint.h #include to fix standalone header compilation.
Diego Biurrun
git at videolan.org
Wed Feb 1 03:06:33 CET 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jan 31 18:41:52 2012 +0100| [b010178e84c950cf9b1a8b9c94ecaca79bd41895] | committer: Diego Biurrun
adpcm: Add missing stdint.h #include to fix standalone header compilation.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b010178e84c950cf9b1a8b9c94ecaca79bd41895
---
libavcodec/adpcm.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavcodec/adpcm.h b/libavcodec/adpcm.h
index 3a054c0..16facb6 100644
--- a/libavcodec/adpcm.h
+++ b/libavcodec/adpcm.h
@@ -26,6 +26,8 @@
#ifndef AVCODEC_ADPCM_H
#define AVCODEC_ADPCM_H
+#include <stdint.h>
+
#define BLKSIZE 1024
typedef struct ADPCMChannelStatus {
More information about the ffmpeg-cvslog
mailing list