[SCM] ffmpeg/master.snapshot: neon: set arch via --cpu instead of --extra-cflags

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Oct 5 09:39:20 UTC 2010


The following commit has been merged in the master.snapshot branch:
commit 59bb4dc101b4cec3c2210d7a4a628af709e8399f
Author: Loïc Minier <lool at dooz.org>
Date:   Tue Oct 5 11:38:58 2010 +0200

    neon: set arch via --cpu instead of --extra-cflags

diff --git a/debian/confflags b/debian/confflags
index 9d6103b..ecc533f 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -181,7 +181,7 @@ neon_build_confflags += --shlibdir=/usr/lib/neon/vfp
 # enable at least armv6t2 for the NEON pass to build, but NEON implies armv7-a
 # so pass armv7-a if it's not already enabled
 ifneq ($(has_v7),1)
-neon_build_confflags += --extra-cflags="-march=armv7-a"
+neon_build_confflags += --cpu='armv7-a'
 endif
 neon_build_confflags += --extra-cflags="-mfpu=neon $(float_abi) -fPIC -DPIC"
 neon_build_confflags += --enable-shared

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list