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/roqaudioenc.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/roqaudioenc.c')
-rw-r--r--libavcodec/roqaudioenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/roqaudioenc.c b/libavcodec/roqaudioenc.c
index acb1b5f5a6..b44d5d382a 100644
--- a/libavcodec/roqaudioenc.c
+++ b/libavcodec/roqaudioenc.c
@@ -21,6 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/intmath.h"
#include "avcodec.h"
#include "bytestream.h"