-
-
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.
Fix Tvheadend and ffmpeg for DMS 7 (#4545)
* [ffmpeg] vaapi access fix ffmpeg (libaom) in newer gcc versions opencv/opencv#10032 * chromaprint, comskip, tvheadend: Add to "video-driver" group * libvpc: Apply fix for ARMv5 for all DSM versions for that arch * tvheadend: dsm7 remove commands that require root and remove busybox * tvheadend use archive for faster downloading * tvheadend: revert to githash based file name and update cmake flags * tvheadend: remove ${INST_LOG} and fix shellcheck SC2006 (legacy backticks) * Tvheadend: cleanup service-setup.sh, drop DSM5 support * chromaprint: Fix building on DSM7 * tvheadend: Use PR #4579 to manage /var content * tvheadend: Enable fontconfig and fix postinst issue * tvheadend: Remove legacy root dir recording fix Based on feedbacks from previous maintainer remove unecessary code to manage faulty root directory recordings. Ref: #4545 (comment) * tvheadend: fontconfig links are already all good using latest * fix tvh install (as #4579 is not merged yet) Co-authored-by: Sebastian Schmidt <publicarray> Co-authored-by: Vincent Fortier <th0ma7@gmail.com> Co-authored-by: hgy59 <hpgy59@gmail.com>
- Loading branch information
1 parent
a77cde8
commit 1b293c2
Showing
15 changed files
with
73 additions
and
114 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- src/audio/ffmpeg_audio_reader.h.orig 2020-04-15 04:08:10.000000000 +0000 | ||
+++ src/audio/ffmpeg_audio_reader.h 2021-04-12 23:31:30.658596475 +0000 | ||
@@ -27,14 +27,6 @@ extern "C" { | ||
#define av_packet_unref av_free_packet | ||
#endif | ||
|
||
-#ifndef HAVE_AV_FRAME_ALLOC | ||
-#define av_frame_alloc avcodec_alloc_frame | ||
-#endif | ||
- | ||
-#ifndef HAVE_AV_FRAME_FREE | ||
-#define av_frame_free avcodec_free_frame | ||
-#endif | ||
- | ||
#ifndef AV_ERROR_MAX_STRING_SIZE | ||
#define AV_ERROR_MAX_STRING_SIZE 128 | ||
#endif |
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
File renamed without changes.
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,3 +1,3 @@ | ||
tvheadend-git9ed76c0a176b055a57b6e8bd2e0b6e29409269a9.tar.gz SHA1 821634cc8a40375ab22885032ee959a81de11970 | ||
tvheadend-git9ed76c0a176b055a57b6e8bd2e0b6e29409269a9.tar.gz SHA256 1378fcd819011b3161dc01ccc9b068099041cf4af7550777a6f1e64cacbaec41 | ||
tvheadend-git9ed76c0a176b055a57b6e8bd2e0b6e29409269a9.tar.gz MD5 70f71d73fc5bb1da2253764109d327cc | ||
tvheadend-git9ed76c0a176b055a57b6e8bd2e0b6e29409269a9.tar.gz SHA1 6d8f86a1f4a9318537b06d55a9aea76245c961c0 | ||
tvheadend-git9ed76c0a176b055a57b6e8bd2e0b6e29409269a9.tar.gz SHA256 d9ea0d1d1596efc5d6fed1595391a7cb2fc2442aa292fe0b57b9ab6910b32046 | ||
tvheadend-git9ed76c0a176b055a57b6e8bd2e0b6e29409269a9.tar.gz MD5 ff0b7102c72be18146f3f44051d2270e |
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 @@ | ||
{"video-driver":{}} |
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 @@ | ||
{"video-driver":{}} |
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 @@ | ||
{"video-driver":{}} |
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
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 @@ | ||
{"video-driver":{}} |
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