UxPlay 1.38 added option -as to choose GStreamer audiosink

This commit is contained in:
fduncanh
2021-10-08 04:09:50 -04:00
parent 03ae968188
commit 3ee23bad57
5 changed files with 48 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ add_library( airplay
find_package(PkgConfig REQUIRED)
if( UNIX AND NOT APPLE )
find_library( LIBPLIST NAMES plist plist-2.0 )
find_library( LIBPLIST NAMES plist3 plist plist-2.0 )
elseif( APPLE )
pkg_check_modules( PLIST REQUIRED libplist-2.0 )
find_library( LIBPLIST libplist-2.0.a REQUIRED )