[vlc-commits] Contribs: fix openjpeg1.pc installation
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Apr  9 13:11:54 CEST 2017
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr  9 13:11:38 2017 +0200| [256302da1fa0cd4f355c4bc969119ba78b52c022] | committer: Jean-Baptiste Kempf
Contribs: fix openjpeg1.pc installation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=256302da1fa0cd4f355c4bc969119ba78b52c022
---
 contrib/src/openjpeg/rules.mak | 1 +
 1 file changed, 1 insertion(+)
diff --git a/contrib/src/openjpeg/rules.mak b/contrib/src/openjpeg/rules.mak
index 56ea5e5be9..5f12860593 100644
--- a/contrib/src/openjpeg/rules.mak
+++ b/contrib/src/openjpeg/rules.mak
@@ -21,5 +21,6 @@ endif
 	$(RECONF)
 	cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DOPJ_STATIC" ./configure --enable-png=no --enable-tiff=no $(HOSTCONF)
 	cd $< && $(MAKE) -C libopenjpeg -j1 install
+	cd $< && ../../../contrib/src/pkg-static.sh libopenjpeg1.pc
 	cd $< && $(MAKE) install-data
 	touch $@
    
    
More information about the vlc-commits
mailing list