mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
shairplay: Move to sound menu and sub-directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/lib/dnssd.c
|
||||
+++ b/src/lib/dnssd.c
|
||||
@@ -167,7 +167,7 @@ dnssd_init(int *error)
|
||||
return NULL;
|
||||
}
|
||||
#elif USE_LIBDL
|
||||
- dnssd->module = dlopen("libdns_sd.so", RTLD_LAZY);
|
||||
+ dnssd->module = dlopen("libdns_sd.so.1", RTLD_LAZY);
|
||||
if (!dnssd->module) {
|
||||
if (error) *error = DNSSD_ERROR_LIBNOTFOUND;
|
||||
free(dnssd);
|
||||
Reference in New Issue
Block a user