[vlc-commits] upnp: fix build
Thomas Guillem
git at videolan.org
Wed Dec 9 14:52:15 CET 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Dec 9 14:51:53 2015 +0100| [be54040b94b34f9a64e442ec13d29d002041734d] | committer: Thomas Guillem
upnp: fix build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be54040b94b34f9a64e442ec13d29d002041734d
---
modules/services_discovery/upnp.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp
index e59af18..e401a00 100644
--- a/modules/services_discovery/upnp.hpp
+++ b/modules/services_discovery/upnp.hpp
@@ -127,7 +127,7 @@ public:
static int run( Upnp_EventType, void *, void *);
private:
- sem_t sem_;
+ vlc_sem_t sem_;
vlc_mutex_t lock_;
int refCount_;
Upnp_FunPtr callback_;
More information about the vlc-commits
mailing list