[vlc-commits] VPX: try to fix mountain lion patch

Jean-Baptiste Kempf git at videolan.org
Thu Apr 4 13:49:12 CEST 2013


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 13 01:43:40 2013 +0100| [f61bccb84fa80d49a00a7bfb890580c63e5e2d4b] | committer: Jean-Baptiste Kempf

VPX: try to fix mountain lion patch
(cherry picked from commit 63d6a1851e1105d277874745e0d5bf9893f6619b)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f61bccb84fa80d49a00a7bfb890580c63e5e2d4b
---

 contrib/src/vpx/libvpx-mac-mountain-lion.patch |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/src/vpx/libvpx-mac-mountain-lion.patch b/contrib/src/vpx/libvpx-mac-mountain-lion.patch
index 6c77391..6f11f4b 100644
--- a/contrib/src/vpx/libvpx-mac-mountain-lion.patch
+++ b/contrib/src/vpx/libvpx-mac-mountain-lion.patch
@@ -1,11 +1,11 @@
---- libvpx/build/make/gen_asm_deps.sh.orig	2012-07-18 23:43:18.000000000 +0200
-+++ libvpx.patched/build/make/gen_asm_deps.sh	2012-07-18 23:45:52.000000000 +0200
+--- libvpx/build/make/gen_asm_deps.sh.orig	2013-03-13 01:39:54.000000000 +0100
++++ libvpx/build/make/gen_asm_deps.sh	2013-03-13 01:41:41.000000000 +0100
 @@ -42,7 +42,7 @@
  
  [ -n "$srcfile" ] || show_help
  sfx=${sfx:-asm}
--includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
-+includes=$(egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
+-includes=$(LC_ALL=C egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
++includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
             perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
  #" restore editor state
  for inc in ${includes}; do



More information about the vlc-commits mailing list