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

index 6c60762f67feaf9d25a115b0c6309450ff4e425e..86acba916dcf221458bc33a9cc83349fab1919b2 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