Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-05 02:42:31 +0400
committerDiego Biurrun <diego@biurrun.de>2011-07-05 22:16:38 +0400
commitd3f751e6030545c5e1f312c5a83c1e6ed5794f18 (patch)
tree95f3d36bfe11d600737632db631f63dfcff79f39 /libavdevice/libdc1394.c
parent8dd52d82029febc3effd981c3107846904559c6d (diff)
Add some missing mathematics.h #includes for av_rescale().
Diffstat (limited to 'libavdevice/libdc1394.c')
-rw-r--r--libavdevice/libdc1394.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/libdc1394.c b/libavdevice/libdc1394.c
index bf4e27e51b..e6161a1386 100644
--- a/libavdevice/libdc1394.c
+++ b/libavdevice/libdc1394.c
@@ -23,6 +23,7 @@
#include "config.h"
#include "libavformat/avformat.h"
#include "libavutil/log.h"
+#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"