diff snow.c @ 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents b57409c0c286
children 0f0cd6b5791f
line wrap: on
line diff
--- a/snow.c	Mon Mar 08 20:17:51 2010 +0000
+++ b/snow.c	Mon Mar 08 21:19:56 2010 +0000
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/intmath.h"
 #include "avcodec.h"
 #include "dsputil.h"
 #include "snow.h"