[SCM] ffmpeg/master: Pass --arch to configure

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jul 17 20:37:37 UTC 2011


The following commit has been merged in the master branch:
commit 27301ced78552bd4a95a9502cb67acd58b3fd297
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jul 17 22:33:18 2011 +0200

    Pass --arch to configure
    
    This helps compilation on systems that run 64bit kernels on 32bit
    userland. Upstream considers such configurations as "cross
    compiling". While on most architectures the configure script gets it
    right nevertheless, on architectures such as mips, it is not able to
    find out the 'native' build architecture due to various abis. This
    change is supposed ti assist the configuration process.

diff --git a/debian/confflags b/debian/confflags
index 0782428..eee98ea 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -93,6 +93,7 @@ gpl_confflags += --enable-x11grab
 
 # Common configuration flags
 confflags += --extra-version='$(DEB_VERSION)'
+confflags += --arch='$(DEB_HOST_ARCH_CPU)'
 confflags += --prefix=/usr
 confflags += --enable-vdpau
 confflags += --enable-bzlib

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list