Commit 6c374bc0 authored by Christian Schmidt's avatar Christian Schmidt Committed by Mans Rullgard

libxvid: add missing include of libavutil/mathematics.h

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 27e71443
......@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "libavutil/cpu.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libxvid_internal.h"
#if !HAVE_MKSTEMP
#include <fcntl.h>
......
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