Skip to content

Commit

Permalink
cosmetic: silence warning on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fduncanh committed Aug 10, 2024
1 parent 9f51a42 commit 0ce0b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uxplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1336,8 +1336,8 @@ static int start_dnssd(std::vector<char> hw_addr, std::string name) {
}

/* after dnssd starts, reset the default feature set here
/* (overwrites features set in dnssdint.h */
/* default: FEATURES_1 = 0x5A7FFEE6, FEATURES_2 = 0 */
* (overwrites features set in dnssdint.h).
* default: FEATURES_1 = 0x5A7FFEE6, FEATURES_2 = 0 */

dnssd_set_airplay_features(dnssd, 0, 0); // AirPlay video supported
dnssd_set_airplay_features(dnssd, 1, 1); // photo supported
Expand Down

0 comments on commit 0ce0b7c

Please sign in to comment.