]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>)
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 5 Jul 2004 19:19:04 +0000 (19:19 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 5 Jul 2004 19:19:04 +0000 (19:19 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

ffmpeg.c
libavcodec/resample2.c

index af87833f1e4c92cc22ca5ad2dd0f79fc8d04c8d2..5f501873865b8591bb6a779b1a9e4c7531131643 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -20,6 +20,7 @@
 #include <limits.h>
 #include "avformat.h"
 #include "framehook.h"
+#include "dsputil.h"
 
 #ifndef CONFIG_WIN32
 #include <unistd.h>
index 47eeb0a2d8e191f934141d69a3be900374aedda7..7a19715ce4bee8c8a16412a813ca5c9263edf286 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "avcodec.h"
 #include "common.h"
+#include "dsputil.h"
 
 #define PHASE_SHIFT 10
 #define PHASE_COUNT (1<<PHASE_SHIFT)