Commit 427c5c62 authored by michael's avatar michael

ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a1c5cf5
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment