Browse code

#include just the required stdint.h instead of libavutil/common.h.

Originally committed as revision 19497 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/07/23 07:57:17
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@
22 22
 #ifndef AVCODEC_AC3DEC_DATA_H
23 23
 #define AVCODEC_AC3DEC_DATA_H
24 24
 
25
-#include "libavutil/common.h"
25
+#include <stdint.h>
26 26
 
27 27
 extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
28 28
 extern const uint8_t ff_eac3_hebap_tab[64];