Commit de0e19cc authored by Måns Rullgård's avatar Måns Rullgård

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
parent c696a863
......@@ -830,6 +830,9 @@ neon_deps="armv4l"
ssse3_deps="x86"
vis_deps="sparc"
# system headers and functions
byteswap_h_deps="!armv4l"
# decoders / encoders
ac3_decoder_deps="gpl !liba52"
dxa_decoder_deps="zlib"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment