Skip to content

Commit

Permalink
Kodi: Update depency libraries
Browse files Browse the repository at this point in the history
libgif has been removed from the target deps:

xbmc/xbmc#9055

librtmp has been removed from native deps because it's included with ffmpeg:

xbmc/xbmc#11149
  • Loading branch information
garbear committed Dec 22, 2016
1 parent 766af75 commit 65ef0f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/kodi/build_steamlink.sh
Expand Up @@ -200,13 +200,11 @@ cp -a ${DEPS_INSTALL_PATH}/lib/python2.7 ${DESTDIR}/lib/
for i in \
libass.so.5 \
libbluray.so.1 \
libcec.so.3.0 \
libcec.so.4.0.0 \
libcrypto.so.1.0.0 \
libcurl.so.4 \
libgif.so.7 \
libnfs.so.4 \
libnfs.so.8 \
libplist.so.1 \
librtmp.so.1 \
libshairplay.so.0 \
libsmbclient.so.0 \
libssl.so.1.0.0 \
Expand Down

0 comments on commit 65ef0f7

Please sign in to comment.