[SCM] FFmpeg packaging branch, master, updated. debian/0.5.2-1-13-g951df7f

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Aug 31 10:59:39 UTC 2010


The following commit has been merged in the master branch:
commit 951df7fad50c6e4e998ba480f0b420f84b651183
Author: Loïc Minier <lool at dooz.org>
Date:   Tue Aug 31 12:58:48 2010 +0200

    Fix typo: use -march=armv7-a instead of -marmv7-a

diff --git a/debian/confflags b/debian/confflags
index 26a9ed3..df7ec36 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -169,7 +169,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="-marmv7-a"
+neon_build_confflags += --extra-cflags="-march=armv7-a"
 endif
 neon_build_confflags += --extra-cflags="-mfpu=neon -mfloat-abi=softfp -fPIC -DPIC"
 neon_build_confflags += --enable-shared

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list