Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: it seems that libfdkaac depends on libvorbis
  • Loading branch information
perexg committed Mar 26, 2016
1 parent 6ef6517 commit b2155b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.ffmpeg
Expand Up @@ -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
Expand Down

0 comments on commit b2155b7

Please sign in to comment.