Commit 1be41cae authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Fix a typo.

Thanks funman.
parent 708a15ff
...@@ -881,7 +881,7 @@ VPX_TARGET-$(ENABLED) = $(TARGET) ...@@ -881,7 +881,7 @@ VPX_TARGET-$(ENABLED) = $(TARGET)
VPX_TARGET-$(HAVE_WIN32) = x86-win32-gcc VPX_TARGET-$(HAVE_WIN32) = x86-win32-gcc
VPX_DEPS-$(ENABLED) = VPX_DEPS-$(ENABLED) =
VLX_DEPS-$(HAVE_MACOSX_ON_INTEL) += .yasm VPX_DEPS-$(HAVE_MACOSX_ON_INTEL) += .yasm
.libvpx: libvpx $(VPX_DEPS-1) .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) (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)
......
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