From: Jaroslav Kysela Date: Tue, 18 Apr 2017 19:19:46 +0000 (+0200) Subject: Makefile.ffmpeg: try to fix bintray cache (missing LIB_FILES init) X-Git-Tag: v4.2.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7119e6f6b797ff59a0e59de12e0c809cb64612fb;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: try to fix bintray cache (missing LIB_FILES init) --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index fdb4829b1..da95c56b5 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -106,6 +106,9 @@ FFMPEG_SHA1 = bfdd9bc3bb9808f1c31e5eede37c932ea9785812 LIB_NAME := ffmpeg LIB_ROOT := $(BUILDDIR)/$(LIB_NAME) +EBUILDIR := $(LIB_ROOT)/build +EPREFIX := $(EBUILDIR)/ffmpeg +LIB_FILES := $(EPREFIX) include $(DIR)/Makefile.static @@ -125,8 +128,6 @@ else CFLAGS_PI = -fPIC endif -EBUILDIR := $(LIB_ROOT)/build -EPREFIX := $(EBUILDIR)/ffmpeg ECFLAGS := -I$(EPREFIX)/include $(CFLAGS_PI) ELIBS := -L$(EPREFIX)/lib -ldl