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:
authorDiego Biurrun <diego@biurrun.de>2014-01-09 17:06:30 +0400
committerDiego Biurrun <diego@biurrun.de>2014-01-09 18:09:07 +0400
commit4b48201d4d9d57a2a1ecf8504bc928aff83cb99a (patch)
tree63a9b5580c320c876892773c3877ce433ec321bb /libavcodec/ac3tab.h
parentd48132b7de7601c8c2769c0e92a43baa7759b991 (diff)
ac3tab.h: #include the correct headers
Diffstat (limited to 'libavcodec/ac3tab.h')
-rw-r--r--libavcodec/ac3tab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h
index c2b3febcb7..83edec52d1 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