Save ffmpeg binary size by stripping log messages in official builds. |
|
Issue descriptionUnlike our DLOG system, the av_log() system is always compiled in. This results in ~73k of log strings in the final binary. We should #define av_log() to nothing when compiling the official build. It seems there may also be a bunch of strings for option tables that we could remove too. |
|
►
Sign in to add a comment |
|
Comment 1 by dalecur...@chromium.org
, Aug 29 2017