[vlc-commits] commit: contrib: Fix a typo. (Pierre d'Herbemont )

git at videolan.org git at videolan.org
Wed Nov 10 20:22:49 CET 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Nov 10 20:22:21 2010 +0100| [1be41caecd65f9a994118fce6d44955166cb3b99] | committer: Pierre d'Herbemont 

contrib: Fix a typo.

Thanks funman.

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

 extras/contrib/src/contrib-src.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 7798b9e..0c30e83 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -881,7 +881,7 @@ VPX_TARGET-$(ENABLED)             = $(TARGET)
 VPX_TARGET-$(HAVE_WIN32)          = x86-win32-gcc
 
 VPX_DEPS-$(ENABLED)               =
-VLX_DEPS-$(HAVE_MACOSX_ON_INTEL) += .yasm
+VPX_DEPS-$(HAVE_MACOSX_ON_INTEL) += .yasm
 
 .libvpx: libvpx $(VPX_DEPS-1)
 	(cd $<; CROSS=$(CROSS) ./configure --target=$(VPX_TARGET-1) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-install-docs --disable-examples --disable-vp8-decoder && make && make install)



More information about the vlc-commits mailing list