]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: remove $(LIB_ROOT)/$(FFMPEG)/.tvh_tmp target...
authorJaroslav Kysela <perex@perex.cz>
Sat, 26 Mar 2016 18:43:40 +0000 (19:43 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 26 Mar 2016 18:43:40 +0000 (19:43 +0100)
Makefile.ffmpeg

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