[Bf-committers] ffmpeg library update

Sergey I. Sharybin g.ulairi at gmail.com
Sun Apr 24 22:04:55 CEST 2011


  Ok, i've build the latest ffmpeg 0.6.90-rc0 with options i've got from 
debian sid package rules (with some additional flags to get static libs 
which would run on all platofrms -- the same flags were used for mesa 
and openal):

    ./configure \
         --cc="gcc -Wl,--as-needed" \
         --extra-ldflags="-pthread -static-libgcc" \
         --prefix=/opt/ffmpeg \
         --enable-static \
         --enable-avfilter \
         --enable-vdpau \
         --enable-bzlib \
         --enable-libgsm \
         --enable-libschroedinger \
         --enable-libspeex \
         --enable-libtheora \
         --enable-libvorbis \
         --enable-pthreads \
         --enable-zlib \
         --enable-libvpx \
         --disable-stripping \
         --enable-runtime-cpudetect  \
         --enable-vaapi \
         --enable-libopenjpeg \
         --enable-libfaac \
         --enable-nonfree \
         --enable-gpl \
         --enable-postproc \
         --enable-x11grab \
         --enable-libdirac \
         --enable-libmp3lame \
         --enable-librtmp \
         --enable-libx264 \
         --enable-libxvid \
         --enable-libopencore-amrnb \
         --enable-version3 \
         --enable-libopencore-amrwb \
         --enable-version3 \
         --enable-libdc1394

Haven't noticed that pixelization errors, but size of Blender's ELF 
growed up from 41 to 51 megabytes. Quite noticale, i'll say. I think 
some codecs could be disabled to reduce amount of repended libraries. 
Maybe there's some coding/encoding gurus here who could tell which 
options could be disabled?

neXyon wrote:
> Am 2011-04-24 11:15, schrieb Sergey Kurdakov:
>> just to make it more correct
>> http://win32.libav.org/win64/
> Awesome! I've only looked here: http://libav.org/download.html where you
> can only find win32 binaries.
>
> Regards
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


-- 
With best regards, Sergey I. Sharybin



More information about the Bf-committers mailing list