[SCM] libav/master: confflags: use --enable-pic instead of manually messing with cflags
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Fri Jan 27 13:17:04 UTC 2012
The following commit has been merged in the master branch:
commit a5723b5b43ce2d5ab1794877f587fbc7d4b1ae42
Author: Reinhard Tartler <siretart at tauware.de>
Date: Fri Jan 27 14:16:47 2012 +0100
confflags: use --enable-pic instead of manually messing with cflags
Also drop -marm from cflag as the configure script adds it
automatically.
Thanks to Janne Grunau and Måns Rullgard for the suggestion.
diff --git a/debian/confflags b/debian/confflags
index 8d8e786..c89aa10 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -112,7 +112,7 @@ confflags += --enable-libfreetype
ifeq ($(DEB_HOST_ARCH),armel)
# this is required on Ubuntu lucid as it defaults to thumb2 and Libav has
# plenty of incompatible assembly; not sure how to detect that properly
-confflags += --extra-cflags="-marm -fPIC -DPIC"
+confflags += --enable-pic
endif
ifeq ($(DEB_HOST_ARCH),powerpc)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list