mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 12:26:20 +08:00
ARM: disable use of system byteswap.h
Our bswap functions are better than those in glibc, which has no ARM-optimised versions. Originally committed as revision 14241 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -830,6 +830,9 @@ neon_deps="armv4l"
|
|||||||
ssse3_deps="x86"
|
ssse3_deps="x86"
|
||||||
vis_deps="sparc"
|
vis_deps="sparc"
|
||||||
|
|
||||||
|
# system headers and functions
|
||||||
|
byteswap_h_deps="!armv4l"
|
||||||
|
|
||||||
# decoders / encoders
|
# decoders / encoders
|
||||||
ac3_decoder_deps="gpl !liba52"
|
ac3_decoder_deps="gpl !liba52"
|
||||||
dxa_decoder_deps="zlib"
|
dxa_decoder_deps="zlib"
|
||||||
|
Reference in New Issue
Block a user