Comment #8 on issue 28287 by [email protected]: Metabug for issues related to making a real release for Linux distros http://code.google.com/p/chromium/issues/detail?id=28287
Tom, I've been using this for quite a while in Ubuntu: use_system_ffmpeg=1 use_system_bzip2=1 use_system_zlib=0 use_system_libjpeg=1 use_system_libpng=1 use_system_sqlite=0 use_system_libxml=1 use_system_libxslt=1 sqlite=0 because of an api change (a cache) zlib=0 because of minizip headers not shipped in ubuntu/debian zlib-dev package use_system_ffmpeg is a trick, it should be renamed to use_system_ffmpeg_mt or something. and i completely strip the corresponding source files from the chromium tarball. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
