summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-19 21:19:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-22 17:31:04 +0100
commit560549ba5863ffc2e9103f0a4460726cdf14246b (patch)
tree1bf262b6781db1d35ffa6eee2d45c1c5bc37153d /meta/recipes-multimedia/gstreamer
parent24015adec8c41250d3444b9fe5e75cbdab51b534 (diff)
downloadpoky-560549ba5863ffc2e9103f0a4460726cdf14246b.tar.gz
ffmpeg: don't use hardcoded lookup tables
ffmpeg can generate lookup tables at build time instead of runtime, but this is no longer a recommended option. The size impact is significant (12% of the total libavcodec size, nearly 2MB), the runtime impact of dynamic tables isn't too costly, and only a few codecs actually use the pre-generated tables (MP3, notably). (From OE-Core rev: 51f13afe669638dbf72f464f243adccb22be3d21) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
0 files changed, 0 insertions, 0 deletions