From: Flole998 Date: Sun, 13 Feb 2022 02:09:48 +0000 (+0100) Subject: Doozer fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718b5b3e879580b73b8423e42bb1dfb8895d4a0d;p=thirdparty%2Ftvheadend.git Doozer fixes --- diff --git a/.doozer.json b/.doozer.json index a0b4a7b30..b35aab230 100644 --- a/.doozer.json +++ b/.doozer.json @@ -495,7 +495,7 @@ "ccache" ], "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] }, @@ -523,7 +523,7 @@ "ccache" ], "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt" ] },