changeset 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 07a663d46be2
children 4ea05f23730b
files resample2.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)