From: Jaroslav Kysela Date: Sat, 26 Mar 2016 18:43:40 +0000 (+0100) Subject: Makefile.ffmpeg: remove $(LIB_ROOT)/$(FFMPEG)/.tvh_tmp target... X-Git-Tag: v4.2.1~800 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66d1c827032dd69cc0d4ef400c857ae2df8b97b;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: remove $(LIB_ROOT)/$(FFMPEG)/.tvh_tmp target... --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 74b26503d..b29401dff 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -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 \ @@ -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 \