diff options
author | Måns Rullgård | 2010-03-08 21:19:56 +0000 |
---|---|---|
committer | Måns Rullgård | 2010-03-08 21:19:56 +0000 |
commit | 94ca624fbcaf0cd3e03ff3529453fd7a8af2c5ed (patch) | |
tree | ed6f445cfc0be488f83891b337292c01821b914c /libavcodec/mpegvideo.c | |
parent | d73a458f279f1918a08d06b0dd43a798a71b2f74 (diff) |
Move ff_sqrt() to libavutil/intmath.h
Originally committed as revision 22345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index be78679f8d..b8f9beb267 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -27,6 +27,7 @@ * The simplest mpeg encoder (well, it was the simplest!). */ +#include "libavutil/intmath.h" #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" |