If be honest -- have no idea. Anyway, blender get's stripped by builder script, so don't think it's a big issue. As i told, i used options from debian package rules -- i suppose this options are made to be ok for most of users, platforms and needs (to make libs more portable and so on).
Tom M wrote: > --disable-stripping > > Why is stripping disabled? I thought that we generally do stripping... > > LetterRip > > On Sun, Apr 24, 2011 at 12:04 PM, Sergey I. Sharybin<[email protected]> > wrote: >> 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 >>> [email protected] >>> http://lists.blender.org/mailman/listinfo/bf-committers >>> >> >> -- >> With best regards, Sergey I. Sharybin >> >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-committers >> > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > -- With best regards, Sergey I. Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
