Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: remove $(LIB_ROOT)/$(FFMPEG)/.tvh_tmp target...
  • Loading branch information
perexg committed Mar 26, 2016
1 parent e366418 commit a66d1c8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Makefile.ffmpeg
Expand Up @@ -162,7 +162,6 @@ $(LIB_ROOT)/$(LIBX264)/.tvh_download:

$(LIB_ROOT)/$(LIBX264)/.tvh_build: \
$(LIB_ROOT)/$(YASM)/.tvh_build \
$(LIB_ROOT)/$(FFMPEG)/.tvh_tmp \
$(LIB_ROOT)/$(LIBX264)/.tvh_download
cd $(LIB_ROOT)/$(LIBX264) && $(CONFIGURE) \
--disable-avs \
Expand Down Expand Up @@ -503,20 +502,6 @@ $(LIB_ROOT)/$(FFMPEG)/.tvh_download:
$(call UNTAR,$(FFMPEG_TB),j)
@touch $@

$(LIB_ROOT)/$(FFMPEG)/.tvh_tmp: \
$(LIB_ROOT)/$(YASM)/.tvh_build \
$(LIB_ROOT)/$(FFMPEG)/.tvh_download
cd $(LIB_ROOT)/$(FFMPEG) && $(CONFIGURE) \
--disable-all \
--enable-gpl \
--extra-cflags="$(ECFLAGS)" \
--extra-libs="$(ELIBS)" \
--pkg-config="$(ROOTDIR)/support/pkg-config.ffmpeg" \
$(foreach component,$(COMPONENTS),--enable-$(component))
DESTDIR=$(EBUILDIR) \
$(MAKE) -C $(LIB_ROOT)/$(FFMPEG) install clean distclean
@touch $@

$(LIB_ROOT)/$(FFMPEG)/.tvh_build: \
$(LIB_ROOT)/$(YASM)/.tvh_build \
$(LIB_ROOT)/$(LIBX264)/.tvh_build \
Expand Down

0 comments on commit a66d1c8

Please sign in to comment.