[SCM] mplayer2/master: drop build host specific optimizations
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Thu Apr 21 07:26:56 UTC 2011
The following commit has been merged in the master branch:
commit 0665cc47bfa033317ee7b2b5b4b0971d4e7cc22f
Author: Reinhard Tartler <siretart at tauware.de>
Date: Thu Apr 21 09:24:54 2011 +0200
drop build host specific optimizations
diff --git a/debian/patches/generic-build.patch b/debian/patches/generic-build.patch
new file mode 100644
index 0000000..f15f5d2
--- /dev/null
+++ b/debian/patches/generic-build.patch
@@ -0,0 +1,16 @@
+From: Reinhard Tartler <siretart at tauware.de>
+Subject: drop build host specific optimizations
+
+The buildd host likely doesn't match the cpu configuration of our users
+
+--- a/script/ffmpeg-config
++++ b/script/ffmpeg-config
+@@ -31,8 +31,6 @@ def main():
+
+ args = ['--prefix=%s/build_libs' % mydir,
+ '--enable-gpl',
+- '--cpu=host',
+- '--disable-debug',
+ '--enable-pthreads',
+ '--disable-shared', '--enable-static',
+ '--enable-postproc',
diff --git a/debian/patches/series b/debian/patches/series
index 5bb3923..7c7ab6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
use-system-paths.patch
enable-debug.patch
+generic-build.patch
--
mplayer2 packaging
More information about the pkg-multimedia-commits
mailing list