You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: make fast_unaligned configureable
Fixes Ticket1481 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -273,6 +273,7 @@ Optimization options (experts only):
|
|||||||
--disable-mipsdspr1 disable MIPS DSP ASE R1 optimizations
|
--disable-mipsdspr1 disable MIPS DSP ASE R1 optimizations
|
||||||
--disable-mipsdspr2 disable MIPS DSP ASE R2 optimizations
|
--disable-mipsdspr2 disable MIPS DSP ASE R2 optimizations
|
||||||
--disable-mipsfpu disable floating point MIPS optimizations
|
--disable-mipsfpu disable floating point MIPS optimizations
|
||||||
|
--disable-fast-unaligned consider unaligned accesses slow
|
||||||
--postproc-version=V build libpostproc version V.
|
--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]
|
Where V can be '$ALT_PP_VER_MAJOR.$ALT_PP_VER_MINOR.$ALT_PP_VER_MICRO' or 'current'. [$postproc_version_default]
|
||||||
|
|
||||||
@@ -1035,6 +1036,7 @@ CONFIG_LIST="
|
|||||||
doc
|
doc
|
||||||
dwt
|
dwt
|
||||||
dxva2
|
dxva2
|
||||||
|
fast_unaligned
|
||||||
fastdiv
|
fastdiv
|
||||||
fft
|
fft
|
||||||
fontconfig
|
fontconfig
|
||||||
|
Reference in New Issue
Block a user