Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
e20ee8dd
Commit
e20ee8dd
authored
Mar 09, 2015
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also check in libavutil/frame.h for av_frame* symbols.
parent
8dc83083
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake/FindFFMpeg.cmake
cmake/FindFFMpeg.cmake
+3
-3
No files found.
cmake/FindFFMpeg.cmake
View file @
e20ee8dd
...
...
@@ -89,9 +89,9 @@ if(FFMPEG_LIBRARIES)
check_symbol_exists
(
avcodec_get_context_defaults3 libavcodec/avcodec.h HAVE_FUN_avcodec_get_context_defaults3
)
check_symbol_exists
(
avcodec_open2 libavcodec/avcodec.h HAVE_FUN_avcodec_open2
)
check_symbol_exists
(
avcodec_encode_video2 libavcodec/avcodec.h HAVE_FUN_avcodec_encode_video2
)
check_symbol_exists
(
av_frame_alloc libavutil/avutil.h HAVE_FUN_av_frame_alloc
)
check_symbol_exists
(
av_frame_free libavutil/avutil.h HAVE_FUN_av_frame_free
)
check_symbol_exists
(
av_frame_unref libavutil/avutil.h HAVE_FUN_av_frame_unref
)
check_symbol_exists
(
av_frame_alloc libavutil/avutil.h
libavutil/frame.h
HAVE_FUN_av_frame_alloc
)
check_symbol_exists
(
av_frame_free libavutil/avutil.h
libavutil/frame.h
HAVE_FUN_av_frame_free
)
check_symbol_exists
(
av_frame_unref libavutil/avutil.h
libavutil/frame.h
HAVE_FUN_av_frame_unref
)
cmake_pop_check_state
()
endif
()
...
...
Write
Preview
Markdown
is supported
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