]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: fix typo v4.2.4
authorJaroslav Kysela <perex@perex.cz>
Mon, 16 Oct 2017 18:44:42 +0000 (20:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 18 Oct 2017 13:39:58 +0000 (15:39 +0200)
Makefile

index ef760f454f56591965490bbf3ca9478e55531247..eed98315a5510df78af91f3e882234a5c26f9053 100644 (file)
--- 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