summaryrefslogtreecommitdiffstats
path: root/package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch
diff options
context:
space:
mode:
authorKelvin Cheung <keguang.zhang@gmail.com>2012-08-21 18:13:48 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-21 13:20:31 +0200
commit96f64475b1e9b70eae6e57d3dd1fcf43c097e548 (patch)
tree4cfbb359ce00e4d5dfda52465444bdc88f614915 /package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch
parent9e5ab3317578ebc8feb95ecffc94253d7de2e204 (diff)
downloadbuildroot-novena-96f64475b1e9b70eae6e57d3dd1fcf43c097e548.tar.gz
buildroot-novena-96f64475b1e9b70eae6e57d3dd1fcf43c097e548.zip
mplayer: Update to version 1.1.
Update to version 1.1 (r34994). remove --enable-largefiles configure option which was deleted in r33321. Discard mplayer-theora-fix.patch which is a backport of r34498 and r34503. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch')
-rw-r--r--package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch b/package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch
deleted file mode 100644
index 644d292eb..000000000
--- a/package/multimedia/mplayer/mplayer-1.0rc3-disable-install-strip.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Disable stripping on installation
-
-Using the -s option of install does not work, as it uses the host
-strip instead of the cross strip. So, get rid of it, and let Buildroot
-handle the stripping.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: mplayer-32710/configure
-===================================================================
---- mplayer-32710.orig/configure
-+++ mplayer-32710/configure
-@@ -2519,7 +2519,7 @@
-
-
- # Checking for CFLAGS
--_install_strip="-s"
-+_install_strip=
- if test "$_profile" != "" || test "$_debug" != "" ; then
- CFLAGS="-O2 $_march $_mcpu $_pipe $_debug $_profile"
- WARNFLAGS="-W -Wall"