[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43719] trunk/blender/intern/ffmpeg/ ffmpeg_compat.h: Possible fix for implicit declaration of av_rescale_q on some platforms.

Sergey Sharybin sergey.vfx at gmail.com
Thu Jan 26 12:17:00 CET 2012


Revision: 43719
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43719
Author:   nazgul
Date:     2012-01-26 11:16:49 +0000 (Thu, 26 Jan 2012)
Log Message:
-----------
Possible fix for implicit declaration of av_rescale_q on some platforms.

Modified Paths:
--------------
    trunk/blender/intern/ffmpeg/ffmpeg_compat.h

Modified: trunk/blender/intern/ffmpeg/ffmpeg_compat.h
===================================================================
--- trunk/blender/intern/ffmpeg/ffmpeg_compat.h	2012-01-26 10:59:31 UTC (rev 43718)
+++ trunk/blender/intern/ffmpeg/ffmpeg_compat.h	2012-01-26 11:16:49 UTC (rev 43719)
@@ -35,6 +35,7 @@
 
 #include <libavcodec/avcodec.h>
 #include <libavutil/rational.h>
+#include <libavutil/opt.h>
 
 #if (LIBAVFORMAT_VERSION_MAJOR > 52) || ((LIBAVFORMAT_VERSION_MAJOR >= 52) && (LIBAVFORMAT_VERSION_MINOR >= 101))
 #define FFMPEG_HAVE_PARSE_UTILS 1




More information about the Bf-blender-cvs mailing list