diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-07-05 19:19:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-05 19:19:04 +0000 |
commit | 1ac31760442a568ceb8bdb5d93e3159352efb627 (patch) | |
tree | 0593908212dfa865f480935e8c2e7e957f7d4bfc /libavcodec | |
parent | 146ea95228c34334247f1d100c6cd261e7866d13 (diff) | |
download | ffmpeg-1ac31760442a568ceb8bdb5d93e3159352efb627.tar.gz |
ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)
Originally committed as revision 3289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/resample2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c index 47eeb0a2d8..7a19715ce4 100644 --- a/libavcodec/resample2.c +++ b/libavcodec/resample2.c @@ -26,6 +26,7 @@ #include "avcodec.h" #include "common.h" +#include "dsputil.h" #define PHASE_SHIFT 10 #define PHASE_COUNT (1<<PHASE_SHIFT) |