diff --git a/packages/addons/addon-depends/comskip/package.mk b/packages/addons/addon-depends/comskip/package.mk index 8d3c57a23e..09d1d1984e 100644 --- a/packages/addons/addon-depends/comskip/package.mk +++ b/packages/addons/addon-depends/comskip/package.mk @@ -1,9 +1,9 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="comskip" -PKG_VERSION="84fcd7388394c95fc8a7e558642bbadb43134507" -PKG_SHA256="4d45d30335ce1c28fb4de8865ada57f81de18d83a77950e9ab7c3ea26d24a883" +PKG_VERSION="6e66de54358498aa276d233f5b3e7fa673526af1" +PKG_SHA256="412f0cc543cbe327b36b0354c00ace260c996e95dd95cb585ca58dd52c926607" PKG_LICENSE="GPL" PKG_SITE="http://www.kaashoek.com/comskip/" PKG_URL="https://github.com/erikkaashoek/Comskip/archive/${PKG_VERSION}.tar.gz" diff --git a/packages/addons/addon-depends/comskip/patches/Comskip-0001-Fix-compilation-with-gcc10.patch b/packages/addons/addon-depends/comskip/patches/Comskip-0001-Fix-compilation-with-gcc10.patch deleted file mode 100644 index d251743d7b..0000000000 --- a/packages/addons/addon-depends/comskip/patches/Comskip-0001-Fix-compilation-with-gcc10.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/mpeg2dec.c b/mpeg2dec.c -index 3013dc1..5b79227 100755 ---- a/mpeg2dec.c -+++ b/mpeg2dec.c -@@ -161,7 +161,6 @@ int64_t pev_best_effort_timestamp = 0; - - int video_stream_index = -1; - int audio_stream_index = -1; --int width, height; - int have_frame_rate ; - int stream_index; -