Linux FFMPEG archive name not updated for the 17.6 release
#1
Correct me if I am mistaken but I think that tools/depends/target/ffmpeg/FFMPEG-VERSION needs to be updated to match up with the 17.6 release, no?
Currently:
Code:
LIBNAME=ffmpeg
BASE_URL=https://github.com/xbmc/FFmpeg/archive
VERSION=3.1.11-Krypton-17.5
ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
GNUTLS_VER=3.4.14
Need help programming a Streamzap remote?
Reply
#2
No it doesn't, nothing changed in FFmpeg, just changing the name but keeping the sources the same is useless.
It only has the Kodi version in its name to easily identify the first version which used it.
Reply
#3
Thanks for the quick reply.  I always assumed that the variable was kept in sync with the release... if what you said is true, why does it contain the a numerical suffix at all?  Why not simply: VERSION=3.1.11-Krypton

EDIT:  I am curious why the file currently IDs Krypton-17.5 as the release variable since the initial release of Krypton (17.0) also used ffmpeg v3.1.11.
Need help programming a Streamzap remote?
Reply
#4
Kodi 17.0 used FFmpeg 3.1.6, 17.4 was updated to 3.1.9 and 17.5 to 3.1.11.

I can't answer you the question why the minor version was also added, just seems to be the preference of the developer doing those updates.
Reply
#5
Jep - was my preference :-) Idea was to see in which release we added it. I can use 17-${FFMPEG-VERSION} or something.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
(2017-11-16, 12:23)fritsch Wrote: Jep - was my preference :-) Idea was to see in which release we added it. I can use 17-${FFMPEG-VERSION} or something.

that's what we have git for Tongue
Reply
#7
(2017-11-16, 12:23)fritsch Wrote: Jep - was my preference :-) Idea was to see in which release we added it. I can use 17-${FFMPEG-VERSION} or something.

Makes sense.  Thanks all, for the replies.
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
FFMPEG archive name not updated for the 17.6 release0