comparison aac.h @ 8957:9396eb8808ca libavcodec

Add missing #includes to fix 'make checkheaders'.
author diego
date Tue, 17 Feb 2009 21:43:57 +0000
parents cfb8849d0452
children 955835e2bc99
comparison
equal deleted inserted replaced
8956:de631175196e 8957:9396eb8808ca
28 */ 28 */
29 29
30 #ifndef AVCODEC_AAC_H 30 #ifndef AVCODEC_AAC_H
31 #define AVCODEC_AAC_H 31 #define AVCODEC_AAC_H
32 32
33 #include "libavutil/internal.h"
33 #include "avcodec.h" 34 #include "avcodec.h"
34 #include "dsputil.h" 35 #include "dsputil.h"
35 #include "mpeg4audio.h" 36 #include "mpeg4audio.h"
36 37
37 #include <stdint.h> 38 #include <stdint.h>