Skip to content
Snippets Groups Projects

Fix renderer discoverer implicit name

1 unresolved thread
2 files
+ 50
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -151,11 +151,6 @@ namespace LibVLCSharp.Shared
#endif
internal const string CoreLibraryName = "libvlccore";
#if COCOA
internal const string ServiceDiscoveryProtocol = "Bonjour_renderer";
#else
internal const string ServiceDiscoveryProtocol = "microdns_renderer";
#endif
/// <summary>
/// The name of the folder that contains the per-architecture folders
/// </summary>
Loading