diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-09-12 18:24:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-09-12 18:24:48 +0000 |
commit | 6fd46414dbecfc41c0c70b4b8a1847d3aa277a1f (patch) | |
tree | 5945edef18871444c703386279d853f658cdf935 /libavcodec/utils.c | |
parent | 1471c6c2e88d25a79c8f88742a94726145f81a28 (diff) | |
download | ffmpeg-6fd46414dbecfc41c0c70b4b8a1847d3aa277a1f.tar.gz |
dont include opt.h in avcodec.h
Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r-- | libavcodec/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 3eb1e60014..8fc275bc6b 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -28,6 +28,7 @@ #include "dsputil.h" #include "mpegvideo.h" #include "integer.h" +#include "opt.h" #include <stdarg.h> #include <limits.h> #include <float.h> |