[SCM] libav/experimental: ARM: disable use of system byteswap.h

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:25:24 UTC 2013


The following commit has been merged in the experimental branch:
commit de0e19cc38f876f8cb7bd145b9c5e6edeef55925
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Jul 15 19:06:09 2008 +0000

    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

diff --git a/configure b/configure
index 73731a5..564ff03 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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list