summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-02-18 19:49:52 +0100
committerJohns <johns98@gmx.net>2013-02-18 19:49:52 +0100
commited7740bfe1fddf635e53b86babf71d563a9902d6 (patch)
treece3c4e5178c4f954c868f6c8f201730be48c1bb9
parent9cdabbee2109239ec70c11bacc4ea46d66e9ff98 (diff)
downloadvdr-plugin-play-ed7740bfe1fddf635e53b86babf71d563a9902d6.tar.gz
vdr-plugin-play-ed7740bfe1fddf635e53b86babf71d563a9902d6.tar.bz2
Fix spelling SWSCALE.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa498f3..ac85bc6 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ PLUGIN = play
# FIXME: AVFS isn't working, corrupts memory
#AVFS ?= $(shell test -x /usr/bin/avfs-config && echo 1)
# use ffmpeg libswscale
-SWCALE ?= $(shell pkg-config --exists libswscale && echo 1)
+SWSCALE ?= $(shell pkg-config --exists libswscale && echo 1)
# support png images
PNG ?= $(shell pkg-config --exists libpng && echo 1)
# support jpg images