Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
eca34446
Commit
eca34446
authored
Sep 09, 2013
by
Guillaume Roguez
Browse files
#28513: fix avcodec_free_frame() not defined in libav < 54.28
parent
2acfa869
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/video/libav_deps.h
View file @
eca34446
...
...
@@ -55,4 +55,9 @@ extern "C" {
#define AVPixelFormat PixelFormat
#endif
#if (LIBAVCODEC_VERSION_MAJOR < 54) \
|| ((LIBAVCODEC_VERSION_MAJOR == 54) && (LIBAVCODEC_VERSION_MINOR < 28))
#define avcodec_free_frame(x) av_freep(x)
#endif
#endif // __LIBAV_DEPS_H__
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment