[vlc-devel] commit: contribs: static linked flac requires ogg ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 14 09:31:50 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 10:30:27 2010 +0200| [e1f8cb2f52b851da957e9be04255e00186d978fc] | committer: Rémi Denis-Courmont 

contribs: static linked flac requires ogg

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1f8cb2f52b851da957e9be04255e00186d978fc
---

 extras/contrib/src/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 1221df4..026a612 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -858,6 +858,8 @@ else
 	$(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX)  $(FLAC_DISABLE_FLAGS)
 endif
 	cd $</src && \
+	make -C libFLAC && \
+	echo 'Requires.private: ogg' >> libFLAC/flac.pc && \
 	make -C libFLAC install
 	cd $< && make -C include install
 	$(INSTALL_NAME)




More information about the vlc-devel mailing list