mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
UxPlay 1.38 added option -as to choose GStreamer audiosink
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user