]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libvpx-cross.patch
08d63b51d252d7b79e429424aa51a215ba959888
[vlc] / extras / contrib / src / Patches / libvpx-cross.patch
1 --- vpx/build/make/Makefile     2010-05-18 17:58:33.000000000 +0200
2 +++ vpx.new/build/make/Makefile 2010-05-20 00:06:42.000000000 +0200
3 @@ -77,6 +77,10 @@
4  TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
5  quiet:=$(if $(verbose),,yes)
6  qexec=$(if $(quiet),@)
7
8 +CC=$(XCC)
9 +STRIP=$(XSTRIP)
10 +NM=$(XNM)
11  
12  # Cancel built-in implicit rules
13  %: %.o