[FFmpeg-cvslog] r21564 - trunk/configure

mru subversion
Sun Jan 31 01:20:27 CET 2010


Author: mru
Date: Sun Jan 31 01:20:27 2010
New Revision: 21564

Log:
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.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan 31 00:19:59 2010	(r21563)
+++ trunk/configure	Sun Jan 31 01:20:27 2010	(r21564)
@@ -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



More information about the ffmpeg-cvslog mailing list