[FFmpeg-cvslog] ac3tab.h: #include the correct headers
Diego Biurrun
git at videolan.org
Thu Jan 9 20:23:56 CET 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jan 9 14:06:30 2014 +0100| [4b48201d4d9d57a2a1ecf8504bc928aff83cb99a] | committer: Diego Biurrun
ac3tab.h: #include the correct headers
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b48201d4d9d57a2a1ecf8504bc928aff83cb99a
---
libavcodec/ac3tab.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h
index c2b3feb..83edec5 100644
--- a/libavcodec/ac3tab.h
+++ b/libavcodec/ac3tab.h
@@ -22,7 +22,9 @@
#ifndef AVCODEC_AC3TAB_H
#define AVCODEC_AC3TAB_H
-#include "libavutil/common.h"
+#include <stdint.h>
+
+#include "libavutil/internal.h"
#include "ac3.h"
#if CONFIG_HARDCODED_TABLES
More information about the ffmpeg-cvslog
mailing list