From: Jaroslav Kysela Date: Mon, 16 Oct 2017 18:44:42 +0000 (+0200) Subject: Makefile: fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fc020513b6b8aa7f36b52e6ef6b9322ff09defd;p=thirdparty%2Ftvheadend.git Makefile: fix typo --- diff --git a/Makefile b/Makefile index 6c60762f6..86acba916 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ FFMPEG_LIBDIR := $(FFMPEG_PREFIX)/lib FFMPEG_INCDIR := $(FFMPEG_PREFIX)/include FFMPEG_CONFIG := \ PKG_CONFIG_LIBDIR=$(FFMPEG_LIBDIR)/pkgconfig $(PKG_CONFIG) \ - --define-variable=prefix=$(FMPEG_PREFIX) \ + --define-variable=prefix=$(FFMPEG_PREFIX) \ --define-variable=includedir=$(FFMPEG_INCDIR) \ --define-variable=libdir=$(FFMPEG_LIBDIR) --static