[FFmpeg-cvslog] Fix make checkheaders for wavpackenc.h
Carl Eugen Hoyos
git at videolan.org
Sat Aug 31 14:11:22 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Aug 31 13:32:43 2013 +0200| [b970f85564ba6b5c17a8d642bb8161119011e7bd] | committer: Carl Eugen Hoyos
Fix make checkheaders for wavpackenc.h
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b970f85564ba6b5c17a8d642bb8161119011e7bd
---
libavcodec/wavpack.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/wavpack.h b/libavcodec/wavpack.h
index bca6c45..081b7f7 100644
--- a/libavcodec/wavpack.h
+++ b/libavcodec/wavpack.h
@@ -22,6 +22,8 @@
#ifndef AVCODEC_WAVPACK_H
#define AVCODEC_WAVPACK_H
+#include "libavutil/common.h"
+
#define MAX_TERMS 16
#define MAX_TERM 8
More information about the ffmpeg-cvslog
mailing list