From: Michael Tremer Date: Fri, 1 Dec 2017 15:41:55 +0000 (+0000) Subject: tvheadend: Ensure that we link against libav* X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc30a1c9f10cd38f22d4615e57982b128823409f;p=people%2Fms%2Fipfire-2.x.git tvheadend: Ensure that we link against libav* Signed-off-by: Michael Tremer --- diff --git a/lfs/tvheadend b/lfs/tvheadend index f0daab687..7e57610b5 100644 --- a/lfs/tvheadend +++ b/lfs/tvheadend @@ -87,6 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --nowerror \ + --enable-libav \ --disable-hdhomerun_static \ --disable-ffmpeg_static \ --disable-libx264_static \