diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-31 00:20:27 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-31 00:20:27 +0000 |
commit | 6b35d421b9f2a1701fe4d9676be29574f483eef8 (patch) | |
tree | b9e84beb6974f74d0b1a424cf805691b312bc4bc /configure | |
parent | 2ef4605373129d0f16b876386cd05963dc6be0fb (diff) | |
download | ffmpeg-6b35d421b9f2a1701fe4d9676be29574f483eef8.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -232,6 +232,7 @@ Advanced options (experts only): --disable-yasm disable use of yasm assembler --enable-pic build position-independent code --malloc-prefix=PFX prefix malloc and related names with PFX + --enable-sram allow use of on-chip SRAM Developer options (useful when working on FFmpeg itself): --disable-debug disable debugging symbols @@ -915,6 +916,7 @@ CONFIG_LIST=" runtime_cpudetect shared small + sram static swscale swscale_alpha |