Commit e43cde9a authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Felix Paul Kühne

Contribs: vpx: add patch to fix build failure on OSX 10.8.

(cherry picked from commit eba83a2a77b7896eb6b2fd90ec9fb1f20da0e966)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 66555eb0
--- 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
@@ -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 |
perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
#" restore editor state
for inc in ${includes}; do
...@@ -20,6 +20,7 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx ...@@ -20,6 +20,7 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx
$(APPLY) $(SRC)/vpx/libvpx-no-abi.patch $(APPLY) $(SRC)/vpx/libvpx-no-abi.patch
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
$(APPLY) $(SRC)/vpx/libvpx-mac.patch $(APPLY) $(SRC)/vpx/libvpx-mac.patch
$(APPLY) $(SRC)/vpx/libvpx-mac-mountain-lion.patch
endif endif
$(PATCH_BASH_LOCATION) $(PATCH_BASH_LOCATION)
$(MOVE) $(MOVE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment