summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-07-15 19:06:09 +0000
committerMåns Rullgård <mans@mansr.com>2008-07-15 19:06:09 +0000
commitde0e19cc38f876f8cb7bd145b9c5e6edeef55925 (patch)
tree66042372a6edb08f53d18311c9a256e671ba52d8 /configure
parentc696a863d4c3be44ee733c21afb0db44ea534928 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 73731a5574..564ff03815 100755
--- a/configure
+++ b/configure
@@ -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"