]> git.sesse.net Git - vlc/commitdiff
Contrib: fix typo
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 21 May 2010 20:35:18 +0000 (22:35 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 21 May 2010 20:35:18 +0000 (22:35 +0200)
extras/contrib/src/Makefile

index c0f6000218465762f40975076c951e1a73a1c338..8243ff53187b991f2019679f6eea31608ba1e6f6 100644 (file)
@@ -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 $@