From: Flole998 Date: Sat, 24 Jul 2021 21:40:03 +0000 (+0200) Subject: Fix ffmpeg jessie build error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6efa411648cee0b9ca0ce5ab39ee847035c88566;p=thirdparty%2Ftvheadend.git Fix ffmpeg jessie build error --- diff --git a/.doozer.json b/.doozer.json index 57bd2a03a..3bd995ec7 100644 --- a/.doozer.json +++ b/.doozer.json @@ -269,7 +269,7 @@ ], "buildcmd": [ "sudo wget -O /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py https://raw.githubusercontent.com/urllib3/urllib3/1.26.6/src/urllib3/contrib/pyopenssl.py", - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -299,7 +299,7 @@ ], "buildcmd": [ "sudo wget -O /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py https://raw.githubusercontent.com/urllib3/urllib3/1.26.6/src/urllib3/contrib/pyopenssl.py", - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --nowerror ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -669,7 +669,7 @@ ], "buildcmd": [ "./configure --disable-dvbscan --nowerror && make -C rpm build-doozer", - "BINTRAY_REPO=centos support/bintray.py publish filelist.txt", + "BINTRAY_REPO=centos support/bintray.py publish filelist.txt" ] } }