From: Jean-Baptiste Kempf Date: Fri, 21 May 2010 20:35:18 +0000 (+0200) Subject: Contrib: fix typo X-Git-Tag: 1.2.0-pre1~6563 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c66d8167e43c6b35466bfa3c19837eadc648a0b9;p=vlc Contrib: fix typo --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index c0f6000218..8243ff5318 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -929,7 +929,7 @@ endif .vpx: vpx (cd $<; ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && XCC=$(CC) XNM=$(NM) XSTRIP=$(STRIP) make && make install) - (cd $<; cp vp8/*.h vpx_codec/*.h vpx_port/*.h $(PREFIX)/include) # Of course, why the hell would one expect it to be listed or in make install? + (cd $<; cp vp8/*.h vpx_codec/*.h vpx_ports/*.h $(PREFIX)/include) # Of course, why the hell would one expect it to be listed or in make install? rm $(PREFIX)/include/config.h (cd $<; $(RANLIB) libvpx.a && cp libvpx.a $(PREFIX)/lib) # Of course, why the hell would one expect it to be listed or in make install? touch $@