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:
Måns Rullgård 2008-07-15 19:06:09 +00:00
parent c696a863d4
commit de0e19cc38
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -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"