hyperion.ng/src/hyperiond
Markus fd5a94a32a
add missing ENABLE_MDNS in hyperiond.cpp (#1711)
build with out MDNS does not work:

```
hyperion.ng-git/src/hyperion.ng/src/hyperiond/hyperiond.cpp:298:9: error: ‘_mDNSProvider’ was not declared in this scope; did you mean ‘RRProvider’?
  298 |         _mDNSProvider->thread()->start();
```
2024-03-03 21:33:52 +01:00
..
CMakeLists.txt Update Instructions (Docker Compile, Supported platforms, License year) (#1682) 2024-01-15 15:02:01 +01:00
console.h Fix #1630 - Audio Capture settings are ignored (#1640) 2023-10-01 21:56:53 +02:00
detectProcess.h Qt6 support (#1363) 2021-11-16 18:12:56 +01:00
hyperiond.cpp add missing ENABLE_MDNS in hyperiond.cpp (#1711) 2024-03-03 21:33:52 +01:00
hyperiond.h Start SmartPointers (#1679) 2024-02-25 17:35:39 +01:00
main.cpp Start SmartPointers (#1679) 2024-02-25 17:35:39 +01:00
systray.cpp Start SmartPointers (#1679) 2024-02-25 17:35:39 +01:00
systray.h Introduce Event Services (#1653) 2023-11-27 09:06:43 +01:00