[Bf-committers] Scons build error: '/opt/lib/ffmpeg/lib/libxvidcore.a' not found

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Nov 30 05:10:03 CET 2012


Hey Ben

In the original linux-config.py there is BF_FFMPEG_LIB_STATIC which
contains ${BF_FFMPEG_LIBPATH}/libxvidcore.a, maybe that is still being
used? To disable those static libs, set WITH_BF_STATICFFMPEG = False

Brecht.

On Fri, Nov 30, 2012 at 4:29 AM, Ben Batt <benbatt at gmail.com> wrote:
> I'm trying to build Blender with Scons on Ubuntu 12.04, and getting
> the following error:
>
> scons: *** [/home/artificer/blender-svn/git/build/linux/bin/blender]
> Source `/opt/lib/ffmpeg/lib/libxvidcore.a' not found, needed by target
> `/home/artificer/blender-svn/git/build/linux/bin/blender'.
>
> This is after I have successfully run install_deps.sh, and updated my
> user-config.py to look like this (as instructed by install_deps.sh):
>
> BF_DEBUG = True
> WITH_BF_PLAYER = False
>
> BF_PYTHON = '/opt/lib/python-3.3'
> BF_PYTHON_ABI_FLAGS = 'm'
> BF_OCIO = '/opt/lib/ocio'
> BF_OIIO = '/opt/lib/oiio'
> BF_BOOST = '/opt/lib/boost'
> BF_FFMPEG = '/opt/lib/ffmpeg'
> BF_FFMPEG_LIB = 'avformat avcodec swscale avutil avdevice theoraenc
> theora theoradec vorbis vorbisenc vorbisfile xvidcore vpx mp3lame x264
> openjpeg schroedinger-1.0'
>
> I don't understand why it's looking for libxvidcore.a in
> /opt/lib/ffmpeg/lib? I have the libxvidcore-dev package installed, and
> /usr/lib/i386-linux-gnu/libxvidcore.a exists.
>
> Any help would be much appreciated!
>
> Thanks,
> - Ben
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list