Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-09 00:19:56 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-09 00:19:56 +0300
commit94ca624fbcaf0cd3e03ff3529453fd7a8af2c5ed (patch)
treeed6f445cfc0be488f83891b337292c01821b914c /libavcodec/ra144.c
parentd73a458f279f1918a08d06b0dd43a798a71b2f74 (diff)
Move ff_sqrt() to libavutil/intmath.h
Originally committed as revision 22345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r--libavcodec/ra144.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 04eb955dcb..deda412b2a 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -22,6 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/intmath.h"
#include "avcodec.h"
#include "get_bits.h"
#include "ra144.h"