Skip to content
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

Make sources build against newer Libav and FFmpeg libraries. #97

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Hacklin
Copy link
Contributor

@Hacklin Hacklin commented Jan 26, 2018

Make sources build against newer Libav and FFmpeg libraries.

Builds against the sources of (2018-01-25):

  • Libav v13_dev0-1441-gcbe28bc06
  • FFmpeg 3.4.git N-89892-g4e6e1e5350

Untrunc uses an internal header of Libav/FFmpeg.
So you need to use the sources for Libav/FFmpeg with Untrunc.

Probably fixes issues: #70 #78 #81 #84 #82

The AVCodecContext.codec_name has been depricated and removed.
Use AVCodec.name instead, which existed since the initial revision.
Builds against (2018-01-25):
- Libav  v13_dev0-1441-gcbe28bc06
- FFmpeg 3.4.git N-89892-g4e6e1e5350
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant