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:
parent
146ea95228
commit
1ac3176044
1
ffmpeg.c
1
ffmpeg.c
@ -20,6 +20,7 @@
|
||||
#include <limits.h>
|
||||
#include "avformat.h"
|
||||
#include "framehook.h"
|
||||
#include "dsputil.h"
|
||||
|
||||
#ifndef CONFIG_WIN32
|
||||
#include <unistd.h>
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "common.h"
|
||||
#include "dsputil.h"
|
||||
|
||||
#define PHASE_SHIFT 10
|
||||
#define PHASE_COUNT (1<<PHASE_SHIFT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user