Commit be54040b authored by Thomas Guillem's avatar Thomas Guillem

upnp: fix build

parent 3fd30bcc
...@@ -127,7 +127,7 @@ public: ...@@ -127,7 +127,7 @@ public:
static int run( Upnp_EventType, void *, void *); static int run( Upnp_EventType, void *, void *);
private: private:
sem_t sem_; vlc_sem_t sem_;
vlc_mutex_t lock_; vlc_mutex_t lock_;
int refCount_; int refCount_;
Upnp_FunPtr callback_; Upnp_FunPtr callback_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment