]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: try to fix bintray cache (missing LIB_FILES init)
authorJaroslav Kysela <perex@perex.cz>
Tue, 18 Apr 2017 19:19:46 +0000 (21:19 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 18 Apr 2017 19:22:50 +0000 (21:22 +0200)
Makefile.ffmpeg

index fdb4829b1ae544466c76e08938188c92555e2b2f..da95c56b5435853658f8f98acfdb4c5c650bcdbd 100644 (file)
@@ -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