0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-07 19:49:53 +00:00
Lakka-LibreELEC/packages/addons/service/tvheadend43/patches/tvheadend43-02-hdhomerun-includes.patch
2023-12-10 13:42:22 +01:00

36 lines
995 B
Diff

fix libhdhomerun includes
--- a/configure
+++ b/configure
@@ -481,7 +481,7 @@ if enabled hdhomerun_static; then
else
if enabled_or_auto hdhomerun_client; then
- if check_cc_header 'libhdhomerun/hdhomerun' libhdhomerun; then
+ if check_cc_header 'hdhomerun' libhdhomerun; then
enable hdhomerun_client
LDFLAGS="$LDFLAGS -lhdhomerun"
fi
--- a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c
+++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "libhdhomerun/hdhomerun.h"
+#include "hdhomerun.h"
#include "tvheadend.h"
#include "input.h"
--- a/src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c
+++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "libhdhomerun/hdhomerun.h"
+#include "hdhomerun.h"
#include <fcntl.h>
#include "tvheadend.h"