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 /ffmpeg.c | |
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 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include <limits.h> #include "avformat.h" #include "framehook.h" +#include "dsputil.h" #ifndef CONFIG_WIN32 #include <unistd.h> |