Commit 09932dce authored by mru's avatar mru

ARM: disable use of system byteswap.h

Our bswap functions are better than those in glibc, which has
no ARM-optimised versions.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14241 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bab1eedb
......@@ -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