]> git.sesse.net Git - vlc/commitdiff
contribs: fixed typo *cough*
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 9 Aug 2010 18:21:01 +0000 (20:21 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 9 Aug 2010 18:21:01 +0000 (20:21 +0200)
extras/contrib/src/Makefile

index b4cddc64a3c20e03e4d1161f6bc971578624c059..04608aa81b37918005f6eda25d3ce4626001a52d 100644 (file)
@@ -962,8 +962,7 @@ endif
 endif
 
 .libvpx: libvpx
-       (cd $<; CROSS=$(HOST)- ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && make && make 
-install)
+       (cd $<; CROSS=$(HOST)- ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && make && make install)
        (rm -rf $(PREFIX)/include/vpx/ && mkdir $(PREFIX)/include/vpx/; cd $< && cp vpx/*.h vpx_ports/*.h $(PREFIX)/include/vpx/) # Of course, why the hell would one expect it to be listed or in make install?
        rm $(PREFIX)/include/vpx/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?