changeset 9979:8fff6b5d4ae4 libavcodec

#include just the required stdint.h instead of libavutil/common.h.
author diego
date Wed, 22 Jul 2009 22:57:17 +0000
parents fe394fdc45e3
children ac31ff44d1a5
files ac3dec_data.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ac3dec_data.h	Wed Jul 22 22:43:43 2009 +0000
+++ b/ac3dec_data.h	Wed Jul 22 22:57:17 2009 +0000
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_AC3DEC_DATA_H
 #define AVCODEC_AC3DEC_DATA_H
 
-#include "libavutil/common.h"
+#include <stdint.h>
 
 extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
 extern const uint8_t ff_eac3_hebap_tab[64];