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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to