projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c696a86
)
ARM: disable use of system byteswap.h
author
Måns Rullgård
<mans@mansr.com>
Tue, 15 Jul 2008 19:06:09 +0000
(19:06 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 15 Jul 2008 19:06:09 +0000
(19:06 +0000)
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
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
73731a5
..
564ff03
100755
(executable)
--- 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"