Commit 6b35d421 authored by Måns Rullgård's avatar Måns Rullgård

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
parent 2ef46053
...@@ -232,6 +232,7 @@ Advanced options (experts only): ...@@ -232,6 +232,7 @@ Advanced options (experts only):
--disable-yasm disable use of yasm assembler --disable-yasm disable use of yasm assembler
--enable-pic build position-independent code --enable-pic build position-independent code
--malloc-prefix=PFX prefix malloc and related names with PFX --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): Developer options (useful when working on FFmpeg itself):
--disable-debug disable debugging symbols --disable-debug disable debugging symbols
...@@ -915,6 +916,7 @@ CONFIG_LIST=" ...@@ -915,6 +916,7 @@ CONFIG_LIST="
runtime_cpudetect runtime_cpudetect
shared shared
small small
sram
static static
swscale swscale
swscale_alpha swscale_alpha
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment