Skip to content

Commit

Permalink
new ffmpeg release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinr92 committed Sep 12, 2017
1 parent b8e122c commit ce2b4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- osx
- linux

env: FF_ROOT=$TRAVIS_BUILD_DIR FF_VERSION=3.3.3 FF_CPU=2
env: FF_ROOT=$TRAVIS_BUILD_DIR FF_VERSION=3.3.4 FF_CPU=2

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ x264 x.x.x [...]
## Execution
Following environment variables must be set before executing:
- FF_ROOT = empty directory for the whole content
- FF_VERSION = ffmpeg version (e.g. 3.3.3 or snapshot)
- FF_VERSION = ffmpeg version (e.g. 3.3.4 or snapshot)

The following environment variables are optional:
- FF_CPU = number of CPU threads (default: 1)
Expand All @@ -74,7 +74,7 @@ After the build you find the FF_ROOT folder a ffmpeg-VERSION-DATE.zip file with
Example
```
export FF_ROOT=/Users/martinriedl/Downloads/ffmpeg
export FF_VERSION=3.3.3
export FF_VERSION=3.3.4
export FF_CPU=2
./build.sh
```
Expand Down

0 comments on commit ce2b4d5

Please sign in to comment.