diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:42:45 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:42:45 +0000 |
commit | 2ef0f2b269e2232a973ab51be6843e683b23f92d (patch) | |
tree | 99455b38f84fa6aa1859632a503f90e6dd5c1a4e /libavcodec/liba52/a52.h | |
parent | 3093185ea6b886affb1ab176b1149b6784eebe69 (diff) | |
download | ffmpeg-2ef0f2b269e2232a973ab51be6843e683b23f92d.tar.gz |
consistent include usage
Originally committed as revision 598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/liba52/a52.h')
-rw-r--r-- | libavcodec/liba52/a52.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/liba52/a52.h b/libavcodec/liba52/a52.h index 9db52ccf83..ca3c9f1087 100644 --- a/libavcodec/liba52/a52.h +++ b/libavcodec/liba52/a52.h @@ -24,6 +24,8 @@ #ifndef A52_H #define A52_H +#include "../avcodec.h" + #ifndef LIBA52_DOUBLE typedef float sample_t; #else |