[vlc-commits] commit: Contrib: fix typo (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri May 21 22:35:28 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 21 22:35:18 2010 +0200| [c66d8167e43c6b35466bfa3c19837eadc648a0b9] | committer: Jean-Baptiste Kempf
Contrib: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c66d8167e43c6b35466bfa3c19837eadc648a0b9
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index c0f6000..8243ff5 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 $@
More information about the vlc-commits
mailing list