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

Add mpeg4 on Linux. Update Linux x86_64 libs and headers, rebuild x86 with mpeg4 support. #45

Merged
merged 3 commits into from
Aug 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/x86/include/libavutil/ffversion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated by version.sh, do not manually edit! */
#ifndef AVUTIL_FFVERSION_H
#define AVUTIL_FFVERSION_H
#define FFMPEG_VERSION "81379c5"
#define FFMPEG_VERSION "aa09a9a"
#endif /* AVUTIL_FFVERSION_H */
Binary file modified linux/x86/lib/libavcodec.a
Binary file not shown.
Binary file modified linux/x86/lib/libavformat.a
Binary file not shown.
Binary file modified linux/x86/lib/libavutil.a
Binary file not shown.
Binary file modified linux/x86/lib/libswresample.a
Binary file not shown.
Binary file modified linux/x86/lib/libswscale.a
Binary file not shown.
Loading