-
Notifications
You must be signed in to change notification settings - Fork 50
Travis: build ffmpeg/libav third parties #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
cchampet
merged 16 commits into
avTranscoder:develop
from
cchampet:travis_buildThirdParties
Feb 16, 2016
Merged
Travis: build ffmpeg/libav third parties #224
cchampet
merged 16 commits into
avTranscoder:develop
from
cchampet:travis_buildThirdParties
Feb 16, 2016
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Useful to use the script outside of Travis (Docker...).
* Fix avTranscoder#222 * YASM_VERSION=1.3.0 * X264 (latest) * LAME_VERSION=3.99.5 * FAAC_VERSION=1.28 * XVID_VERSION=1.3.3 * FDKAAC_VERSION=0.1.3 * OGG_VERSION=1.3.2 * VORBIS_VERSION=1.3.4 * VPX_VERSION=1.4.0 * LIBOPUS (latest)
…on-zero status * AvTranscoder does not build with libav since a long time in fact... * See issue avTranscoder#211
* Fix avTranscoder#220 * There is a netbeans plugin to do that: http://plugins.netbeans.org/plugin/56323/eof-line-feed
cb074df
to
992d033
Compare
* We exceed the limit of logged lines. * Added after_failure section.
992d033
to
7fc710a
Compare
Because depending of ffmpeg compile options, format long name may not been defined.
Currently the tests do not pass with this ffmpeg version.
--enable-postproc is an unknown option for libav.
ccab455
to
3998222
Compare
'mktemp -d' command needs a template argument on OSX (not mandatory on linux).
3998222
to
720931d
Compare
Compile error on OSX.
cchampet
added a commit
that referenced
this pull request
Feb 16, 2016
* Travis: build ffmpeg with its third parties * Travis: check pyTest with ffmpeg 2.6/2.7/2.8 * Appveyor: store artifacts and deploy to github release when tag on master * Add newline at end of files
valnoel
added a commit
to valnoel/avTranscoder
that referenced
this pull request
Jul 22, 2016
Add reader classes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #222
Fix #212
Fix #220
Fix #172