Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
53329d38
Commit
53329d38
authored
Mar 24, 2010
by
Dave Partyka
Browse files
COMP: further fixes for FFMPEGWriter after consulting Berk.
parent
a9d7409f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/FindFFMPEG.cmake
View file @
53329d38
...
...
@@ -29,6 +29,8 @@ FIND_PATH(FFMPEG_INCLUDE_DIR ffmpeg/avformat.h
DOC
"Location of FFMPEG Headers"
)
message
(
"FFMPEG_INCLUDE_DIR:
${
FFMPEG_INCLUDE_DIR
}
"
)
# if ffmpeg headers are seperated to each of libavformat, libavcodec etc..
IF
(
NOT FFMPEG_INCLUDE_DIR
)
FIND_PATH
(
FFMPEG_INCLUDE_DIR libavformat/avformat.h
...
...
@@ -48,6 +50,9 @@ IF( NOT FFMPEG_INCLUDE_DIR )
PATH_SUFFIXES ffmpeg
DOC
"Location of FFMPEG Headers"
)
message
(
"FFMPEG_INCLUDE_DIR:
${
FFMPEG_INCLUDE_DIR
}
"
)
ENDIF
(
NOT FFMPEG_INCLUDE_DIR
)
...
...
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