aboutsummaryrefslogtreecommitdiff
path: root/project/Win32BuildSetup
diff options
context:
space:
mode:
authorfritsch <peter.fruehberger@gmail.com>2015-12-13 14:58:43 +0100
committerfritsch <Peter.Fruehberger@gmail.com>2015-12-22 15:17:46 +0100
commitb8460a47bebfc2e858c0f097ffa1b16cb95ceef0 (patch)
treef0429fada4244a25648c014d61a72ca72ff96c14 /project/Win32BuildSetup
parent961eed4032ba7ea1d8944105e0b3c9aa4d530373 (diff)
FFmpegImage: Implement Thumbnail extraction (jpg, png, alpha support)
Diffstat (limited to 'project/Win32BuildSetup')
-rw-r--r--project/Win32BuildSetup/buildffmpeg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/Win32BuildSetup/buildffmpeg.sh b/project/Win32BuildSetup/buildffmpeg.sh
index 509b56f52d..017988b524 100644
--- a/project/Win32BuildSetup/buildffmpeg.sh
+++ b/project/Win32BuildSetup/buildffmpeg.sh
@@ -80,6 +80,8 @@ OPTIONS="
--enable-encoder=aac \
--enable-encoder=wmav2 \
--enable-encoder=libvorbis \
+--enable-encoder=png \
+--enable-encoder=mjpeg \
--enable-protocol=http \
--enable-runtime-cpudetect \
--enable-dxva2 \