]> git.sesse.net Git - vlc/blobdiff - extras/contrib/src/Makefile
Contrib: fix typo
[vlc] / 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 $@