[SCM] libav/experimental: Alpha: add -mieee to CFLAGS

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:35:37 UTC 2013


The following commit has been merged in the experimental branch:
commit c0a02a3e470709aecd44b4896a0e686425db5841
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Jan 18 18:31:54 2009 +0000

    Alpha: add -mieee to CFLAGS
    
    Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index f299bd9..b80bb38 100755
--- a/configure
+++ b/configure
@@ -1327,6 +1327,7 @@ EOF
     alpha)
         arch="alpha"
         enable fast_64bit
+        check_cflags -mieee
     ;;
     "Power Macintosh"|ppc|powerpc)
         arch="ppc"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list