[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17254] trunk/blender: VideoTexture module .

Alphonso Bedoya alphonso.bedoya at gmail.com
Sat Nov 1 00:52:28 CET 2008


Looks like ffmpeg/include is missing avdevice.h as of revision 17254?

Tried compilation of revision 17254 under scons on OS X 10.4, failed:

source/blender/imbuf/intern/util.c:67:29: error: ffmpeg/avdevice.h: No
such file or directory

Looks like util.c gained this include:

+#include <ffmpeg/avdevice.h>

in rev. 17252.

Thanks.

On Fri, Oct 31, 2008 at 3:35 PM, Benoit Bolsee <benoit.bolsee at online.be> wrote:
> Revision: 17254
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17254
> Author:   ben2610
> Date:     2008-10-31 23:35:52 +0100 (Fri, 31 Oct 2008)
>
> Log Message:
> -----------
> VideoTexture module.
>
> The only compilation system that works for sure is the MSVC project files. I've tried my best to
> update the other compilation system but I count on the community to check and fix them.
>
> This is Zdeno Miklas video texture plugin ported to trunk.
> The original plugin API is maintained (can be found here http://home.scarlet.be/~tsi46445/blender/blendVideoTex.html)
> EXCEPT for the following:
>
[SNIP]


More information about the Bf-committers mailing list