diff resample2.c @ 2114:7f88c429ad65 libavcodec

ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)
author michael
date Mon, 05 Jul 2004 19:19:04 +0000
parents 84637c6ca74e
children 3f52c129d00f
line wrap: on
line diff
--- a/resample2.c	Mon Jul 05 02:21:38 2004 +0000
+++ b/resample2.c	Mon Jul 05 19:19:04 2004 +0000
@@ -26,6 +26,7 @@
 
 #include "avcodec.h"
 #include "common.h"
+#include "dsputil.h"
 
 #define PHASE_SHIFT 10
 #define PHASE_COUNT (1<<PHASE_SHIFT)