diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-27 13:06:07 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-27 13:06:07 -0500 |
commit | cdfb9bbb3f7760a204c2d7d5b473b159fbff9785 (patch) | |
tree | 30860a6347b39547a19d75e3980d4056d970e8e9 /Makefile | |
parent | 893ca88f5362de0c0df061488eabbb04e2482a14 (diff) | |
download | html5ks-cdfb9bbb3f7760a204c2d7d5b473b159fbff9785.tar.xz html5ks-cdfb9bbb3f7760a204c2d7d5b473b159fbff9785.zip |
ffmpeg +=
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |