Browse Source

libxvid: add missing include of libavutil/mathematics.h

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Christian Schmidt Mans Rullgard 14 years ago
parent
commit
6c374bc0b4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libxvidff.c

+ 1
- 0
libavcodec/libxvidff.c View File

@@ -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>


Loading…
Cancel
Save