]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix ffmpeg jessie build error
authorFlole998 <Flole998@users.noreply.github.com>
Sat, 24 Jul 2021 21:40:03 +0000 (23:40 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 21:40:03 +0000 (23:40 +0200)
.doozer.json

index 57bd2a03a539899f2903999c3b2e7a0e2cc109db..3bd995ec71ad4cd135d4cfc930db3ec8176a6689 100644 (file)
       ],
       "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"
       ]
     },
       ],
       "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"
       ]
     },
       ],
       "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"
       ]
     }
   }