diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-09 20:14:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-09 20:23:41 +0100 |
commit | b4f97d4a0edcaf1b41e670b782677e2a0f579081 (patch) | |
tree | 9626db7a20c847d29e323688f9c4fd28d70d598a /libavcodec/ac3tab.h | |
parent | 23ffc4c70d5990a173b424cc2409fb76557cfc8a (diff) | |
parent | 4b48201d4d9d57a2a1ecf8504bc928aff83cb99a (diff) | |
download | ffmpeg-b4f97d4a0edcaf1b41e670b782677e2a0f579081.tar.gz |
Merge commit '4b48201d4d9d57a2a1ecf8504bc928aff83cb99a'
* commit '4b48201d4d9d57a2a1ecf8504bc928aff83cb99a':
ac3tab.h: #include the correct headers
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3tab.h')
-rw-r--r-- | libavcodec/ac3tab.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index c41a93ecc4..74cbd9ed65 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 |