]> git.sesse.net Git - vlc/commitdiff
contrib: vpx: fix .pc file
authorRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 17:21:50 +0000 (10:21 -0700)
committerRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:30:05 +0000 (11:30 -0700)
contrib/src/vpx/rules.mak

index a22abd1a6b10c718a6713f79e6e2d34813569fa8..410c14823f88d21b76066667a5e63603c7cddf80 100644 (file)
@@ -95,5 +95,7 @@ endif
 .vpx: libvpx
        cd $< && CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \
                $(VPX_CONF) --prefix=$(PREFIX)
+       cd $< && $(MAKE)
+       cd $< && ../../../contrib/src/pkg-static.sh vpx.pc
        cd $< && $(MAKE) install
        touch $@