Page MenuHome

Blender Fails to build against FFMPEG svn AGAIN!!! :-)
Closed, ArchivedPublic

Description

Latest FFMPEG svn
With or without XAT's localised FFMPEG patch to fix blender.py
With or without amending the BF_FFMPEG path in linux-config.py
No system FFMPEG binaries or dev files. I've cleaned the machine of all traces.
I get this:

Compiling ==> 'AUD_FileFactory.cpp'
In file included from /home/yellow/Apps/ffmpeg/BIN/include/libavutil/avutil.h:81,
from /home/yellow/Apps/ffmpeg/BIN/include/libavcodec/avcodec.h:30,
from /home/yellow/Apps/ffmpeg/BIN/include/libavformat/avformat.h:56,
from intern/audaspace/ffmpeg/AUD_FFMPEGReader.h:36,
from intern/audaspace/intern/AUD_FileFactory.cpp:32:
/home/yellow/Apps/ffmpeg/BIN/include/libavutil/common.h: In function ‘int32_t av_clipl_int32(int64_t)’:
/home/yellow/Apps/ffmpeg/BIN/include/libavutil/common.h:154: error: ‘UINT64_C’ was not declared in this scope
scons: *** [/home/yellow/Apps/25/build/linux2/intern/audaspace/intern/AUD_FileFactory.o] Error 1
scons: building terminated because of errors.


Linux Lucid 32bit
Latest Blender svn sources as of 04/05/2010

Event Timeline

Duplicate of
https://projects.blender.org/tracker/index.php?func=detail&aid=22219&group_id=9&atid=498

Check it there is a patch available.

Xavier Thomas (xat) changed the task status from Unknown Status to Archived.May 5 2010, 2:22 AM

Xat

Applied the patch, Blender builds using localised FFMPEG.

Firing up blender fails with:

./blender: error while loading shared libraries: libavformat.so.52: cannot open shared object file: No such file or directory

But it does exist in the localised FFMPEG location and the path is set within linux2-config.py BF_FFMPEG, _LIB and _INC

I've also applied your patch for localised FFMPEG prior to building.

I currently have no system FFMPEG either until I can be sure it's using a localised one.