From ed7740bfe1fddf635e53b86babf71d563a9902d6 Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 18 Feb 2013 19:49:52 +0100 Subject: Fix spelling SWSCALE. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3