summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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