vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Mar 13 01:43:40 2013 +0100| [63d6a1851e1105d277874745e0d5bf9893f6619b] | committer: Jean-Baptiste Kempf
VPX: try to fix mountain lion patch > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63d6a1851e1105d277874745e0d5bf9893f6619b --- 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
