--- ./buildme.sh.orig 2022-11-10 19:09:49.153303135 +0000 +++ ./buildme.sh 2022-11-10 19:10:53.202595129 +0000 @@ -246,14 +246,6 @@ fi if [ "$OS" = "Linux" ]; then - #for i in libgif libz libgd ; do - for i in libz ; do - ldconfig -p | grep "${i}.so" > /dev/null - if [ $? -ne 0 ] ; then - echo "$i not found - please install it" - exit 1 - fi - done for hdr in "zlib.h"; do hdr_found=$(find /usr/include -name "$hdr"); if [ ! "$hdr_found" ]; then @@ -1354,6 +1346,7 @@ # build ffmpeg, enabling only the things libmediascan uses tar_wrapper jxf ffmpeg-0.8.4.tar.bz2 cd ffmpeg-0.8.4 + patch -p0 < ../../../ffmpeg-dict.c.patch . ../update-config.sh if [ "$MACHINE" = "padre" ]; then