]> git.sesse.net Git - vlc/commitdiff
Contrib: delete outdated patch
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Jun 2010 09:54:01 +0000 (11:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Jun 2010 09:54:34 +0000 (11:54 +0200)
extras/contrib/src/Patches/libvpx-cross.patch [deleted file]

diff --git a/extras/contrib/src/Patches/libvpx-cross.patch b/extras/contrib/src/Patches/libvpx-cross.patch
deleted file mode 100644 (file)
index 08d63b5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- vpx/build/make/Makefile    2010-05-18 17:58:33.000000000 +0200
-+++ vpx.new/build/make/Makefile        2010-05-20 00:06:42.000000000 +0200
-@@ -77,6 +77,10 @@
- TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
- quiet:=$(if $(verbose),,yes)
- qexec=$(if $(quiet),@)
-+ 
-+CC=$(XCC)
-+STRIP=$(XSTRIP)
-+NM=$(XNM)
- # Cancel built-in implicit rules
- %: %.o