OSDN Git Service

Add CONFIG_SRAM to allow use of on-chip SRAM on some systems
authorMåns Rullgård <mans@mansr.com>
Sun, 31 Jan 2010 00:20:27 +0000 (00:20 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 31 Jan 2010 00:20:27 +0000 (00:20 +0000)
commit6b35d421b9f2a1701fe4d9676be29574f483eef8
treeb9e84beb6974f74d0b1a424cf805691b312bc4bc
parent2ef4605373129d0f16b876386cd05963dc6be0fb
Add CONFIG_SRAM to allow use of on-chip SRAM on some systems

Some SoCs have a small amount of on-chip SRAM which may be used
for frequently used code or data.  When enabled, this option
will allow FFmpeg to use such facilities where supported.

Originally committed as revision 21564 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure