Browse code

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

Måns Rullgård authored on 2010/01/31 09:20:27
Showing 1 changed files
... ...
@@ -232,6 +232,7 @@ Advanced options (experts only):
232 232
   --disable-yasm           disable use of yasm assembler
233 233
   --enable-pic             build position-independent code
234 234
   --malloc-prefix=PFX      prefix malloc and related names with PFX
235
+  --enable-sram            allow use of on-chip SRAM
235 236
 
236 237
 Developer options (useful when working on FFmpeg itself):
237 238
   --disable-debug          disable debugging symbols
... ...
@@ -915,6 +916,7 @@ CONFIG_LIST="
915 915
     runtime_cpudetect
916 916
     shared
917 917
     small
918
+    sram
918 919
     static
919 920
     swscale
920 921
     swscale_alpha