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
This commit is contained in:
Michael Niedermayer 2004-07-05 19:19:04 +00:00
parent 146ea95228
commit 1ac3176044
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <limits.h>
#include "avformat.h"
#include "framehook.h"
#include "dsputil.h"
#ifndef CONFIG_WIN32
#include <unistd.h>

View File

@ -26,6 +26,7 @@
#include "avcodec.h"
#include "common.h"
#include "dsputil.h"
#define PHASE_SHIFT 10
#define PHASE_COUNT (1<<PHASE_SHIFT)