mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[airplay] Separate naming of AirPlay 1 and 2, incl log domains
This commit is contained in:
@@ -89,6 +89,10 @@ AC_SEARCH_LIBS([pthread_setname_np], [pthread],
|
||||
[AC_SEARCH_LIBS([pthread_set_name_np], [pthread],
|
||||
[AC_CHECK_FUNCS([pthread_set_name_np])])])
|
||||
|
||||
AC_SEARCH_LIBS([uuid_generate_random], [uuid],
|
||||
[AC_DEFINE([HAVE_UUID], 1,
|
||||
[Define to 1 if you have uuid_generate_random function])])
|
||||
|
||||
AC_SEARCH_LIBS([log10], [m])
|
||||
AC_SEARCH_LIBS([lrint], [m])
|
||||
AC_SEARCH_LIBS([fabs], [m])
|
||||
|
||||
Reference in New Issue
Block a user