From: Jaroslav Kysela Date: Mon, 16 Oct 2017 18:44:42 +0000 (+0200) Subject: Makefile: fix typo X-Git-Tag: v4.2.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d769a4c11d2ce5bf2f6aeb8eab04b5f9e248ab8e;p=thirdparty%2Ftvheadend.git Makefile: fix typo --- diff --git a/Makefile b/Makefile index ef760f454..eed98315a 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