[Bf-committers] Precompiled linux libraries were removed

Antony Riakiotakis kalast at gmail.com
Fri Nov 16 15:05:27 CET 2012


Quite good!

I see some errors in the end. Also currently oiio compilation fails on
my system :/

"""""""""""""""""

If you're using CMake add this to your configuration flags:
  -D BOOST_ROOT=/opt/lib/boost
  -D Boost_NO_SYSTEM_PATHS=ON
  -D WITH_CODEC_FFMPEG=ON
  -D FFMPEG=/opt/lib/ffmpeg
awk: line 1: regular expression compile failed (bad class -- [], [^] or [)
.*lib([^
awk: line 1: syntax error at or near ]
awk: line 1: extra ')'
  -D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;'

If you're using SCons add this to your user-config:
BF_BOOST='/opt/lib/boost'
BF_FFMPEG='/opt/lib/ffmpeg'
awk: line 1: regular expression compile failed (bad class -- [], [^] or [)
.*lib([^
awk: line 1: syntax error at or near ]
awk: line 1: extra ')'
BF_FFMPEG_LIB='avformat avcodec swscale avutil avdevice '


More information about the Bf-committers mailing list