From 28e6361194397e8aa4b16f4c9fd63ab8c4f8c10f Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 4 Jun 2016 20:10:13 +0200 Subject: [PATCH] fix ld.so.conf for libraries --- build/scripts/ffmpeg.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/scripts/ffmpeg.sh b/build/scripts/ffmpeg.sh index 8cbd640..39ae342 100644 --- a/build/scripts/ffmpeg.sh +++ b/build/scripts/ffmpeg.sh @@ -11,4 +11,8 @@ mv FFmpeg-$FFMPEG_VERSION-$KODI_BRANCH-$KODI_VERSION ffmpeg-$FFMPEG_VERSION cd ffmpeg-$FFMPEG_VERSION ./configure --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libspeex --enable-shared --enable-pthreads --enable-libopenjpeg --enable-libfaac --enable-nonfree make $JOBS -make install \ No newline at end of file +make install + +## Enable libraries +echo "/usr/local/lib" >> /etc/ld.so.conf +ldconfig