[SCM] ffmpeg/master.snapshot: Configure with --enable-pic on powerpc. LP: #654666.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Nov 19 10:45:20 UTC 2010


The following commit has been merged in the master.snapshot branch:
commit ff237f16fd55d650a84963b3b17520e54ce6fccd
Author: Matthias Klose <doko at ubuntu.com>
Date:   Fri Nov 19 10:49:30 2010 +0100

    Configure with --enable-pic on powerpc. LP: #654666.

diff --git a/debian/confflags b/debian/confflags
index ecc533f..3f0dc16 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -117,6 +117,10 @@ ifeq      ($(DEB_HOST_ARCH),ia64)
 confflags += --disable-decoder=aac --disable-encoder=aac
 endif
 
+ifeq      ($(DEB_HOST_ARCH),powerpc)
+confflags += --enable-pic
+endif
+
 confflags += $(extra_common_confflags)
 
 # this part below is intended for the 'ffmpeg' package in ubuntu/multiverse

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list