[vlc-commits] contribs: Fix mysofa dependencies

Hugo Beauzée-Luyssen git at videolan.org
Thu Jul 20 15:34:46 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jul 20 15:34:16 2017 +0200| [b9ca7841295a4699db207dcc80e1c262f50a9107] | committer: Hugo Beauzée-Luyssen

contribs: Fix mysofa dependencies

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

 contrib/src/mysofa/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/mysofa/rules.mak b/contrib/src/mysofa/rules.mak
index cb97e68d3d..a68aade1b5 100644
--- a/contrib/src/mysofa/rules.mak
+++ b/contrib/src/mysofa/rules.mak
@@ -9,6 +9,8 @@ ifeq ($(call need_pkg,"mysofa"),)
 PKGS_FOUND += mysofa
 endif
 
+DEPS_mysofa += pthreads zlib $(DEPS_pthreads) $(DEPS_zlib)
+
 $(TARBALLS)/mysofa-git.tar.xz:
 	$(call download_git,$(MYSOFA_GITURL),,$(MYSOFA_VERSION))
 



More information about the vlc-commits mailing list