[SCM] libav/master: Correct flags for i386 build
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue May 5 19:44:36 UTC 2015
The following commit has been merged in the master branch:
commit ad5bb91c872c0960a0b822793df2775442c0ae88
Author: Bernhard Übelacker <bernhardu at vr-web.de>
Date: Tue May 5 20:54:43 2015 +0200
Correct flags for i386 build
diff --git a/debian/confflags b/debian/confflags
index 9d8ee47..6ac3d4e 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -181,7 +181,7 @@ shared_build_confflags += --enable-shared
shared_build_confflags += --disable-static
# i386 shared builds must be optimized for 586, cf. #728928, #688384
ifeq ($(DEB_HOST_ARCH),i386)
-shared_build_confflags += --cpu=586
+shared_build_confflags += --cpu='i586'
endif
## specific to arm architectures
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list