15449dfe44
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files. uShare uses the built-in http server of libupnp to stream the files to clients. GeeXboX uShare is able to provide access to both images, videos, music or playlists files (see below for a complete file format support list It does not act as an UPnP Media Adaptor and thus, can't transcode streams to fit the client requirements. Note that DLNA support is not enabled on OpenBSD.
15 lines
698 B
Plaintext
15 lines
698 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2010/03/22 22:26:59 ajacoutot Exp $
|
|
--- configure.orig Tue Feb 9 12:53:41 2010
|
|
+++ configure Tue Feb 9 12:53:51 2010
|
|
@@ -639,8 +639,8 @@ echolog "Checking for libixml ..."
|
|
check_lib upnp/ixml.h ixmlRelaxParser -lixml || die "Error, can't find libixml !"
|
|
|
|
echolog "Checking for libthreadutil ..."
|
|
-check_lib upnp/ThreadPool.h ThreadPoolAdd "-lthreadutil -lpthread" || die "Error, can't find libthreadutil !"
|
|
-add_extralibs -lpthread
|
|
+check_lib upnp/ThreadPool.h ThreadPoolAdd "-lthreadutil -pthread" || die "Error, can't find libthreadutil !"
|
|
+add_extralibs -pthread
|
|
|
|
libupnp_min_version="1.4.2"
|
|
echolog "Checking for libupnp >= $libupnp_min_version ..."
|