]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: it seems that libfdkaac depends on libvorbis
authorJaroslav Kysela <perex@perex.cz>
Sat, 26 Mar 2016 18:21:51 +0000 (19:21 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 26 Mar 2016 18:21:51 +0000 (19:21 +0100)
Makefile.ffmpeg

index 74b26503dec8a2bde285e1b37a696299b2bf0ad0..008cfdacecf8ab2252924ef223e0186127022bfd 100644 (file)
@@ -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