From: Jaroslav Kysela Date: Sat, 26 Mar 2016 18:14:48 +0000 (+0100) Subject: doozer: disable static libx265 for precise X-Git-Tag: v4.2.1~806 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef651798304054d15b2ee324a1d282a379212c0;p=thirdparty%2Ftvheadend.git doozer: disable static libx265 for precise --- diff --git a/.doozer.json b/.doozer.json index d3b881a51..043464651 100644 --- a/.doozer.json +++ b/.doozer.json @@ -21,7 +21,7 @@ ], "buildcmd": [ - "./configure --disable-dvbscan --enable-ffmpeg_static --enable-hdhomerun_static", + "./configure --disable-dvbscan --enable-ffmpeg_static --disable-libx265_static --enable-hdhomerun_static", "make -j ${PARALLEL}" ] }, @@ -46,7 +46,7 @@ ], "buildcmd": [ - "./configure --disable-dvbscan --enable-ffmpeg_static --enable-hdhomerun_static", + "./configure --disable-dvbscan --enable-ffmpeg_static --disable-libx265_static --enable-hdhomerun_static", "make -j ${PARALLEL}" ] },