Skip to content

Commit 3464879

Browse files
author
Clement Champetier
committed
Appveyor: up ffmpeg version to v2.4.5
1 parent e1013df commit 3464879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AvTranscoder uses CMake as build system.
44

55
#### Dependencies
66
AvTranscoder can depend on ffmpeg, libav, or any fork of these projects that follow the same API.
7-
* Recommended ffmpeg versions: 2.2.11, 2.4.2, 2.5.7
7+
* Recommended ffmpeg versions: 2.4.2, 2.4.5, 2.5.7
88
* Recommended libav versions: 11.3
99

1010
#### To build

tools/appveyor/win.install.deps.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo on
22

3-
set FFMPEG_VERSION=2.2.11
3+
set FFMPEG_VERSION=2.4.5
44

55
if %platform% == x86 set PLATFORM_VERSION=32
66
if %platform% == X64 set PLATFORM_VERSION=64

0 commit comments

Comments
 (0)