[FFmpeg-cvslog] r14241 - trunk/configure

mru subversion
Tue Jul 15 21:06:12 CEST 2008


Author: mru
Date: Tue Jul 15 21:06:09 2008
New Revision: 14241

Log:
ARM: disable use of system byteswap.h

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

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jul 15 21:06:09 2008
@@ -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"




More information about the ffmpeg-cvslog mailing list