From: Markham Date: Sat, 15 Apr 2017 13:36:23 +0000 (+0200) Subject: fix target ffmpeg X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=b60e7cbce4167a4f0baec722c36529fd04607d14;p=bs-cst-neutrino-hd.git fix target ffmpeg --- diff --git a/make/libraries.mk b/make/libraries.mk index 3a7f9e3..e9d0607 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -528,7 +528,7 @@ else FFMPEG_CONFIGURE += --disable-iconv FFMPEG_CONFIGURE += --cpu=armv6 --extra-cflags="-I$(TARGETPREFIX)/include" endif -$(D)/ffmpeg: $(D)/librtmp $(D)/libroxml | $(TARGETPREFIX) +$(D)/ffmpeg: $(D)/librtmp $(D)/libroxml $(ARCHIVE)/ffmpeg-$(FFMPEG_VER).tar.xz | $(TARGETPREFIX) $(REMOVE)/ffmpeg-$(FFMPEG_VER) $(UNTAR)/ffmpeg-$(FFMPEG_VER).tar.xz set -e; pushd $(BUILD_TMP)/ffmpeg-$(FFMPEG_VER) && \