]> git.sesse.net Git - ffmpeg/blobdiff - configure
lavf/segment: fix logic for segmenting audio-only inputs
[ffmpeg] / configure
index 956e3a147f60919daab5259a4fc497e1c6da9343..cb8a04d2bbb764090bcd59d7575d0569726e3e72 100755 (executable)
--- a/configure
+++ b/configure
@@ -273,6 +273,7 @@ Optimization options (experts only):
   --disable-mipsdspr1      disable MIPS DSP ASE R1 optimizations
   --disable-mipsdspr2      disable MIPS DSP ASE R2 optimizations
   --disable-mipsfpu        disable floating point MIPS optimizations
+  --disable-fast-unaligned consider unaligned accesses slow
   --postproc-version=V     build libpostproc version V.
                            Where V can be '$ALT_PP_VER_MAJOR.$ALT_PP_VER_MINOR.$ALT_PP_VER_MICRO' or 'current'. [$postproc_version_default]
 
@@ -285,6 +286,7 @@ Developer options (useful when working on FFmpeg itself):
   --disable-stripping      disable stripping of executables and shared libraries
   --assert-level=level     0(default), 1 or 2, amount of assertion testing,
                            2 causes a slowdown at runtime.
+  --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
   --valgrind=VALGRIND      run "make fate" tests through valgrind to detect memory
                            leaks and errors, using the specified valgrind binary.
                            Cannot be combined with --target-exec
@@ -1035,6 +1037,7 @@ CONFIG_LIST="
     doc
     dwt
     dxva2
+    fast_unaligned
     fastdiv
     fft
     fontconfig
@@ -1078,6 +1081,7 @@ CONFIG_LIST="
     lsp
     mdct
     memalign_hack
+    memory_poisoning
     mpegaudiodsp
     network
     nonfree