Skip to content

Commit

Permalink
upnp: don't clash with libupnp's own compat code
Browse files Browse the repository at this point in the history
Fixes build for upnp >= 1.6.23 and less than 1.8.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
  • Loading branch information
tmatth authored and jbkempf committed Nov 29, 2017
1 parent 9bf243a commit f9c5a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services_discovery/upnp.cpp
Expand Up @@ -38,7 +38,7 @@
#include <set>
#include <string>

#if UPNP_VERSION < 10800
#if UPNP_VERSION < 10623
/*
* Compat functions and typedefs for libupnp prior to 1.8
*/
Expand Down

0 comments on commit f9c5a34

Please sign in to comment.