[airplay] Separate naming of AirPlay 1 and 2, incl log domains

This commit is contained in:
ejurgensen
2021-01-04 00:05:04 +01:00
parent f16dc204b2
commit ef0f41dc46
13 changed files with 752 additions and 680 deletions

View File

@@ -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])