Skip to content

Commit e074ab9

Browse files
author
Clement Champetier
committed
Appveyor: set FFMPEG_VERSION only once
1 parent 6e76869 commit e074ab9

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ platform:
55
- x86
66
# - x64
77

8+
environment:
9+
FFMPEG_VERSION: 2.4.5
10+
811
matrix:
912
fast_finish: true
1013

tools/appveyor/build.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@echo on
22

3-
set FFMPEG_VERSION=2.4.5
4-
53
MKDIR build
64
cd build
75

tools/appveyor/python.nosetests.bat

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

33
set PWD=C:\projects\avtranscoder
4-
set FFMPEG_VERSION=2.4.5
54

65
:: Get avtranscoder library
76
set PYTHONPATH=%PWD%\build\lib\python2.7\site-packages;%PYTHONPATH%

tools/appveyor/win.install.deps.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@echo on
22

3-
set FFMPEG_VERSION=2.4.5
4-
53
if %platform% == x86 set PLATFORM_VERSION=32
64
if %platform% == X64 set PLATFORM_VERSION=64
75

0 commit comments

Comments
 (0)