mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
kodi: drop trailing backslash
Fixes the following check-package failure: package/kodi/kodi.mk:53: remove trailing backslash Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -50,7 +50,7 @@ KODI_SUBDIR = project/cmake
|
||||
# taken from tools/depends/target/ffmpeg/FFMPEG-VERSION
|
||||
KODI_FFMPEG_VERSION = 3.1.11-Krypton-17.5
|
||||
KODI_EXTRA_DOWNLOADS += \
|
||||
https://github.com/xbmc/FFmpeg/archive/$(KODI_FFMPEG_VERSION).tar.gz \
|
||||
https://github.com/xbmc/FFmpeg/archive/$(KODI_FFMPEG_VERSION).tar.gz
|
||||
|
||||
KODI_LIBDVDCSS_VERSION = 2f12236
|
||||
KODI_LIBDVDNAV_VERSION = 981488f
|
||||
|
||||
Reference in New Issue
Block a user