From: Jaroslav Kysela Date: Sat, 26 Mar 2016 18:21:51 +0000 (+0100) Subject: Makefile.ffmpeg: it seems that libfdkaac depends on libvorbis X-Git-Tag: v4.2.1~805 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2155b77d539119a45527ef6930f8b54dfd49a6d;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: it seems that libfdkaac depends on libvorbis --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 74b26503d..008cfdace 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -401,7 +401,8 @@ $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_download: @touch $@ $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_build: \ - $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_download + $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_download \ + $(LIB_ROOT)/$(LIBVORBIS)/.tvh_build cd $(LIB_ROOT)/$(LIBFDKAAC) && $(CONFIGURE) DESTDIR=$(EBUILDIR) \ $(MAKE) -C $(LIB_ROOT)/$(LIBFDKAAC) install