Skip to content

Commit

Permalink
contrib: Fix a typo.
Browse files Browse the repository at this point in the history
Thanks funman.
  • Loading branch information
pdherbemont committed Nov 10, 2010
1 parent 708a15f commit 1be41ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/contrib/src/contrib-src.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1be41ca

Please sign in to comment.