]> git.sesse.net Git - vlc/commitdiff
Contribs: more includes copying and ranlib on libvpx
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 May 2010 17:10:55 +0000 (19:10 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 20 May 2010 17:10:55 +0000 (19:10 +0200)
extras/contrib/src/Makefile

index 411e4355bc62c8d061d7c922f20c61a92720adf7..9441a4149857d605341e066ce30eb9ef4e0335c1 100644 (file)
@@ -931,8 +931,8 @@ 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 $(PREFIX)/include) # Of course, why the hell would one expect it to be listed or in make install?
-       (cd $<; cp libvpx.a $(PREFIX)/lib) # Of course, why the hell would one expect it to be listed or in 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 $<; $(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 $@
 
 CLEAN_FILE += .vpx