From cdfb9bbb3f7760a204c2d7d5b473b159fbff9785 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 27 Feb 2014 13:06:07 -0500 Subject: ffmpeg += --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e278e85..2347dfe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ null := SPACE := $(null) $(null) -FFMPEG ?= ffmpeg -v warning -y +FFMPEG ?= ffmpeg +FFMPEG += -v warning -y CWEBP ?= cwebp CWEBP += -quiet -alpha_cleanup WEBPMUX ?= webpmux -- cgit v1.2.3-54-g00ecf