comparison src/ushare.c @ 136:2a9ac5ce2c7e

Remove internal libdlna and libupnp.(using OS package by default)
author Naoya OYAMA <naoya.oyama@gmail.com>
date Wed, 27 Jun 2012 23:41:49 +0900
parents 0db6ccf0fe31
children 066f33b2213a
comparison
equal deleted inserted replaced
135:1d343a4eb657 136:2a9ac5ce2c7e
51 51
52 #if (defined(__unix__) || defined(unix)) && !defined(USG) 52 #if (defined(__unix__) || defined(unix)) && !defined(USG)
53 #include <sys/param.h> 53 #include <sys/param.h>
54 #endif 54 #endif
55 55
56 #include <upnp/upnp.h> 56 #include <upnp.h>
57 #include <upnp/upnptools.h> 57 #include <upnptools.h>
58 58
59 #if (defined(HAVE_SETLOCALE) && defined(CONFIG_NLS)) 59 #if (defined(HAVE_SETLOCALE) && defined(CONFIG_NLS))
60 # include <locale.h> 60 # include <locale.h>
61 #endif 61 #endif
62 62