-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tvheadend-4.3: update libhdhomerun to 2020 version + fixes (#3915)
- Loading branch information
Showing
6 changed files
with
31 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
bin:bin/hdhomerun_config | ||
lib:lib/libhdhomerun.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
libhdhomerun_20190621.tgz SHA1 f34b062c5b2bdf1ce9da6a10e5c6ed4209510a5a | ||
libhdhomerun_20190621.tgz SHA256 9a60f663b00de5f820bdb85806662e25f22da248b14942e33a8b43a0331f855a | ||
libhdhomerun_20190621.tgz MD5 0720a217952dbe05fba6e32ce430f7c7 | ||
libhdhomerun_20200225.tgz SHA1 c8d16242d51423d38e3430f4542c1c8819ea6882 | ||
libhdhomerun_20200225.tgz SHA256 f6493e4a643a4ba9c3b2424b7f491186efc2ba5fd93d2285d65b7c5aca676cf9 | ||
libhdhomerun_20200225.tgz MD5 1319c5e7cf6af80085f60078a18d465e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff -uprN ../tvheadend-git221c29b40b1e53ae09a69d9458442dd4fea665f5.ORIG/Makefile ./Makefile | ||
--- ../tvheadend-git221c29b40b1e53ae09a69d9458442dd4fea665f5.ORIG/Makefile 2019-11-28 13:11:58.000000000 -0500 | ||
+++ ./Makefile 2020-03-02 20:33:50.811069069 -0500 | ||
@@ -36,7 +36,7 @@ CFLAGS += -g | ||
ifeq ($(CONFIG_CCDEBUG),yes) | ||
CFLAGS += -O0 | ||
else | ||
-CFLAGS += -O2 -D_FORTIFY_SOURCE=2 | ||
+CFLAGS += -O2 | ||
endif | ||
ifeq ($(CONFIG_PIE),yes) | ||
CFLAGS += -fPIE | ||
@@ -52,9 +52,6 @@ endif | ||
CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations | ||
CFLAGS += -Wmissing-prototypes | ||
CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing | ||
-ifeq ($(COMPILER), gcc) | ||
-CFLAGS += -Wno-stringop-truncation -Wno-stringop-overflow | ||
-endif | ||
CFLAGS += -D_FILE_OFFSET_BITS=64 | ||
CFLAGS += -I${BUILDDIR} -I${ROOTDIR}/src -I${ROOTDIR} | ||
ifeq ($(CONFIG_ANDROID),yes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters