mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tools/ffmpeg/gen-patches.sh: drop kodi patch generation
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
c57e7bc283
commit
4257240e8c
@ -7,7 +7,7 @@ FFMPEG_VERSION="n5.1.2"
|
||||
KODI_FFMPEG_REPO="https://github.com/xbmc/FFmpeg"
|
||||
KODI_FFMPEG_VERSION="5.1.2-Nexus-Alpha3"
|
||||
|
||||
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi kodi vf-deinterlace-v4l2m2m"
|
||||
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi vf-deinterlace-v4l2m2m"
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
echo "usage: $0 all|featureset [githash]"
|
||||
@ -40,11 +40,6 @@ create_patch() {
|
||||
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
||||
REFSPEC="dev/5.1.2/rpi_import_1"
|
||||
;;
|
||||
kodi)
|
||||
REPO="${KODI_FFMPEG_REPO}"
|
||||
REFSPEC="${KODI_FFMPEG_VERSION}"
|
||||
REFTYPE="tag"
|
||||
;;
|
||||
*)
|
||||
echo "illegal feature set ${FEATURE_SET}"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user