[SCM] libav/experimental: set -mcpu for ARM
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:07:34 UTC 2013
The following commit has been merged in the experimental branch:
commit 6b19786b1187e0c194be3b9e76091e6f86a6e821
Author: Måns Rullgård <mans at mansr.com>
Date: Wed Sep 26 19:57:56 2007 +0000
set -mcpu for ARM
Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 5c64fe3..f2d3066 100755
--- a/configure
+++ b/configure
@@ -1369,6 +1369,9 @@ if test $cpu != "generic"; then
add_cflags "-mfdpic"
add_ldflags "-mfdpic"
;;
+ arm*)
+ add_cflags "-mcpu=$cpu"
+ ;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
;;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list